Skip to content

Commit

Permalink
Merge pull request #2066 from opengovsg/release-1.71
Browse files Browse the repository at this point in the history
[develop] Release 1.71.0
  • Loading branch information
halfwhole authored Nov 7, 2022
2 parents 827cd42 + fc16f71 commit d609bb8
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 7 deletions.
67 changes: 62 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,65 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.71.0](https://github.com/opengovsg/GoGovSG/compare/v1.70.0...v1.71.0)

- feat: add announcement modal image for gov [`#2059`](https://github.com/opengovsg/GoGovSG/pull/2059)
- chore: paginate directory search [`#2061`](https://github.com/opengovsg/GoGovSG/pull/2061)
- build(deps): bump bcrypt from 5.0.1 to 5.1.0 [`#2056`](https://github.com/opengovsg/GoGovSG/pull/2056)
- build(deps): bump sharp from 0.30.5 to 0.30.7 [`#2057`](https://github.com/opengovsg/GoGovSG/pull/2057)
- feat: allow html for announcement modal message [`#2063`](https://github.com/opengovsg/GoGovSG/pull/2063)
- fix: package.json & package-lock.json to reduce vulnerabilities [`#2054`](https://github.com/opengovsg/GoGovSG/pull/2054)
- feat: json parsing error [`#2042`](https://github.com/opengovsg/GoGovSG/pull/2042)
- fix: package.json & package-lock.json to reduce vulnerabilities [`#2044`](https://github.com/opengovsg/GoGovSG/pull/2044)
- chore(datadog): add metrics for malicious file or link activity [`#2031`](https://github.com/opengovsg/GoGovSG/pull/2031)
- chore: return error result in migrate-user-links and migrate-url-to-user lambdas [`#2046`](https://github.com/opengovsg/GoGovSG/pull/2046)
- feat(tagging): allow backspaces to remove tags [`#2039`](https://github.com/opengovsg/GoGovSG/pull/2039)
- fix(tagging): fix downloading links with tags [`#2037`](https://github.com/opengovsg/GoGovSG/pull/2037)
- fix(tagging): align error text with save button on edit link drawer [`#2029`](https://github.com/opengovsg/GoGovSG/pull/2029)
- fix(tagging): clear tag input when tag is removed [`#2028`](https://github.com/opengovsg/GoGovSG/pull/2028)
- fix(tagging): allow tags to be added on space, comma, clickaway [`#2025`](https://github.com/opengovsg/GoGovSG/pull/2025)
- chore: clean up e2e tests [`#2021`](https://github.com/opengovsg/GoGovSG/pull/2021)
- fix(tagging): separate searchText from searchTextInput for link search [`#2000`](https://github.com/opengovsg/GoGovSG/pull/2000)
- chore(e2e): change sub url for e2e tests [`#2004`](https://github.com/opengovsg/GoGovSG/pull/2004)
- chore(lambda): update sql scripts for transferring links with tagStrings [`#2014`](https://github.com/opengovsg/GoGovSG/pull/2014)
- fix(tagging): include underscores in error message for invalid tags [`#2010`](https://github.com/opengovsg/GoGovSG/pull/2010)
- chore(tagging): add e2e tests for link tags [`#1983`](https://github.com/opengovsg/GoGovSG/pull/1983)
- chore(load-testing): add k6 script for load testing [`#1998`](https://github.com/opengovsg/GoGovSG/pull/1998)
- feat: backend/bulk tags [`#2016`](https://github.com/opengovsg/GoGovSG/pull/2016)
- fix(tagging): escape searching by tags with underscores [`#1999`](https://github.com/opengovsg/GoGovSG/pull/1999)
- fix: host name display out of alignment with graphic [`#1977`](https://github.com/opengovsg/GoGovSG/pull/1977)
- fix(tagging): serialize single tags for file uploads [`#1990`](https://github.com/opengovsg/GoGovSG/pull/1990)
- fix: wrap backend errors in json messages [`#1991`](https://github.com/opengovsg/GoGovSG/pull/1991)
- Fix/link tagging for file upload [`#1986`](https://github.com/opengovsg/GoGovSG/pull/1986)
- chore: remove disallowed file extensions [`#1985`](https://github.com/opengovsg/GoGovSG/pull/1985)
- fix: fix urlMapper to correctly check for empty tagStrings before parsing [`#1989`](https://github.com/opengovsg/GoGovSG/pull/1989)
- fix: revise findUrlsForUser to return urls in correct order [`#1981`](https://github.com/opengovsg/GoGovSG/pull/1981)
- feat(tagging): add tags to links on user page [`#1972`](https://github.com/opengovsg/GoGovSG/pull/1972)
- fix(tagging): reset tags state after link creation [`#1982`](https://github.com/opengovsg/GoGovSG/pull/1982)
- fix: return successful response when no URLs are found [`#1979`](https://github.com/opengovsg/GoGovSG/pull/1979)
- feat(tagging): add editing of link tags [`#1976`](https://github.com/opengovsg/GoGovSG/pull/1976)
- Feat/add tag to link audit frontend [`#1975`](https://github.com/opengovsg/GoGovSG/pull/1975)
- feat(tagging): add frontend API integrations on create new link form [`#1971`](https://github.com/opengovsg/GoGovSG/pull/1971)
- build(deps): bump express-fileupload from 1.2.1 to 1.4.0 [`#1890`](https://github.com/opengovsg/GoGovSG/pull/1890)
- build(deps): bump winston from 3.3.3 to 3.8.1 [`#1889`](https://github.com/opengovsg/GoGovSG/pull/1889)
- feat(tagging): add dropdown for tags on user page search bar [`#1934`](https://github.com/opengovsg/GoGovSG/pull/1934)
- feat(tagging): add frontend tagging on create new link form [`#1919`](https://github.com/opengovsg/GoGovSG/pull/1919)
- chore(datadog): refactor custom metric names [`#1965`](https://github.com/opengovsg/GoGovSG/pull/1965)
- feat: search for tags in lower cap [`#1973`](https://github.com/opengovsg/GoGovSG/pull/1973)
- Feat/link audit to include tags [`#1950`](https://github.com/opengovsg/GoGovSG/pull/1950)
- feat(tagging): add tags to link audit history (#1974) [`9f11782`](https://github.com/opengovsg/GoGovSG/commit/9f117825807472430d68e482dc5119d6340dc5bb)

#### [v1.70.0](https://github.com/opengovsg/GoGovSG/compare/v1.69.0...v1.70.0)

> 4 October 2022
- feat: bulk backend functionality [`#2006`](https://github.com/opengovsg/GoGovSG/pull/2006)
- 1.69.0 [`#1969`](https://github.com/opengovsg/GoGovSG/pull/1969)

#### [v1.69.0](https://github.com/opengovsg/GoGovSG/compare/v1.68.0...v1.69.0)

> 15 September 2022
- 1.69.0 [`#1969`](https://github.com/opengovsg/GoGovSG/pull/1969)
- Feat/e2e/directory page test [`#1963`](https://github.com/opengovsg/GoGovSG/pull/1963)
- feat(datadog): add metrics and set RUM user [`#1937`](https://github.com/opengovsg/GoGovSG/pull/1937)
- fix: package.json & package-lock.json to reduce vulnerabilities [`#1893`](https://github.com/opengovsg/GoGovSG/pull/1893)
Expand Down Expand Up @@ -106,7 +156,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: add transactional lock on CREATE OR REPLACE function [`#1831`](https://github.com/opengovsg/GoGovSG/pull/1831)
- [develop] Release 1.62.0 [`#1825`](https://github.com/opengovsg/GoGovSG/pull/1825)

#### [v1.62.0](https://github.com/opengovsg/GoGovSG/compare/v1.60.0...v1.62.0)
#### [v1.62.0](https://github.com/opengovsg/GoGovSG/compare/v1.61.0...v1.62.0)

> 28 April 2022
Expand All @@ -115,15 +165,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: package.json & package-lock.json to reduce vulnerabilities [`#1822`](https://github.com/opengovsg/GoGovSG/pull/1822)
- chore: add health cicd [`#1799`](https://github.com/opengovsg/GoGovSG/pull/1799)
- [develop] Release 1.61.0 [`#1814`](https://github.com/opengovsg/GoGovSG/pull/1814)
- feat: copy assets from edu for health as placeholders [`0417c15`](https://github.com/opengovsg/GoGovSG/commit/0417c15e5ed5fae03262f40d237ac2bcb2410898)
- chore: add health asset variant [`87573bc`](https://github.com/opengovsg/GoGovSG/commit/87573bcc287e21b2d80efc9e445a97a89383e0e5)
- feat: convert webpack config to ts, use SSOT for asset-variant [`3d5d953`](https://github.com/opengovsg/GoGovSG/commit/3d5d95376b23ea0be9e5890add9c43425bf2f808)

#### [v1.61.0](https://github.com/opengovsg/GoGovSG/compare/v1.60.0...v1.61.0)

> 13 April 2022
- chore(deps): bump nanoid to v3 [`#1807`](https://github.com/opengovsg/GoGovSG/pull/1807)
- build(deps): bump redux-thunk from 2.3.0 to 2.4.1 [`#1808`](https://github.com/opengovsg/GoGovSG/pull/1808)
- Chore/ci cleanup [`#1792`](https://github.com/opengovsg/GoGovSG/pull/1792)
- fix/url history defaults [`#1800`](https://github.com/opengovsg/GoGovSG/pull/1800)
- fix: package.json & package-lock.json to reduce vulnerabilities [`#1802`](https://github.com/opengovsg/GoGovSG/pull/1802)
- [develop] Release 1.60.0 [`#1797`](https://github.com/opengovsg/GoGovSG/pull/1797)
- feat: copy assets from edu for health as placeholders [`0417c15`](https://github.com/opengovsg/GoGovSG/commit/0417c15e5ed5fae03262f40d237ac2bcb2410898)
- chore: add health asset variant [`87573bc`](https://github.com/opengovsg/GoGovSG/commit/87573bcc287e21b2d80efc9e445a97a89383e0e5)
- feat: convert webpack config to ts, use SSOT for asset-variant [`3d5d953`](https://github.com/opengovsg/GoGovSG/commit/3d5d95376b23ea0be9e5890add9c43425bf2f808)
- chore(deps): bump nanoid to 3.3.2 [`e6945eb`](https://github.com/opengovsg/GoGovSG/commit/e6945eb0587db0a87569c5a69cb9b5c5bb564b5e)
- fix(nanoid): use new customAlphabet api [`805f30e`](https://github.com/opengovsg/GoGovSG/commit/805f30e32fc0dfe7e79c74d0aa96f0307d9e5dfb)

#### [v1.60.0](https://github.com/opengovsg/GoGovSG/compare/v1.59.0...v1.60.0)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GoGovSG",
"version": "1.70.0",
"version": "1.71.0",
"description": "Link shortener for Singapore government.",
"main": "src/server/index.js",
"scripts": {
Expand Down

0 comments on commit d609bb8

Please sign in to comment.