Skip to content

Commit 9732ba5

Browse files
dcshzjseaerchin
andauthored
Release 1.84 [to release] (#2412)
* feat: start writing RedirectionDestination in redis cache (#2407) * chore: remove sgid (#2394) * chore: delete sgid files * chore: remove sgid * chore: update package lock * 1.84.0 --------- Co-authored-by: seaerchin <[email protected]>
2 parents f5b0995 + 797a4c7 commit 9732ba5

File tree

17 files changed

+71
-684
lines changed

17 files changed

+71
-684
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v1.84.0](https://github.com/opengovsg/GoGovSG/compare/v1.83.0...v1.84.0)
8+
9+
- chore: remove sgid [`#2394`](https://github.com/opengovsg/GoGovSG/pull/2394)
10+
- feat: start writing RedirectionDestination in redis cache [`#2407`](https://github.com/opengovsg/GoGovSG/pull/2407)
11+
- 1.83.0 [`#2408`](https://github.com/opengovsg/GoGovSG/pull/2408)
12+
713
#### [v1.83.0](https://github.com/opengovsg/GoGovSG/compare/v1.82.0...v1.83.0)
814

15+
> 20 August 2025
16+
917
- feat: check for malicious link just before redirect [`#2403`](https://github.com/opengovsg/GoGovSG/pull/2403)
1018
- feat: add safeBrowsingExpiry column to urls table [`#2402`](https://github.com/opengovsg/GoGovSG/pull/2402)
1119
- Release 1.82.0 [to develop] [`#2405`](https://github.com/opengovsg/GoGovSG/pull/2405)

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ services:
2828
- REDIS_SAFE_BROWSING_URI=redis://redis:6379/4
2929
- SESSION_SECRET=thiscouldbeanything
3030
- GA_TRACKING_ID=UA-139330318-1
31-
- SGID_API_HOSTNAME=https://api.id.gov.sg
3231

3332
- OG_URL=https://go.gov.sg
3433
- VALID_EMAIL_GLOB_EXPRESSION=*.gov.sg
@@ -110,7 +109,7 @@ services:
110109
dockerfile: Dockerfile.maildev-logging
111110
command: bin/maildev --web 80 --smtp 25 --verbose
112111
ports:
113-
- "1080:80"
112+
- '1080:80'
114113

115114
volumes:
116115
pgdata:

0 commit comments

Comments
 (0)