You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
## [3.6.0] - 2026-04-08
8
8
@@ -43,7 +43,7 @@ Small fixes, internal improvements and dependency updates.
43
43
44
44
## [3.4.2] - 2022-12-17
45
45
46
-
## Changed
46
+
###Changed
47
47
48
48
- Adjust Docker to run as non-root user (thanks @rjhancock, #309, #337)
49
49
@@ -53,7 +53,7 @@ Small fixes, internal improvements and dependency updates.
53
53
54
54
## [3.4.1] - 2022-05-21
55
55
56
-
## Fixed
56
+
###Fixed
57
57
58
58
- Build failing on Netlify (thanks @adityatelange, #333)
59
59
- Vercel not attaching CORS headers because of unsupported `multiValueHeaders` (thanks @birjj, #330)
@@ -233,6 +233,11 @@ The `id` of requested referrers was always a URL, but has been changed to a stri
233
233
234
234
### Changed
235
235
236
+
-`Access-Control-Allow-Origin: "*"` not recommended
237
+
- New `Access-Control-Allow-Credentials` header required
238
+
- ackee-tracker with new `.create` and `.record` syntax
239
+
- Referrers require `ReferrerType` in GraphQL API
240
+
- Referrers can return non URL ids via GraphQL API
236
241
- Compiled source files are now part of the repo
237
242
- Docker container size has been reduced (again)
238
243
- Updated build tools allow us to use ~60% less JS in the UI
@@ -406,7 +411,7 @@ The first major back-end and front-end rewrite of Ackee with new API, dashboard,
406
411
- Switch between daily, monthly and yearly views
407
412
-`ACKEE_ALLOW_ORIGIN` now supports multiple domains (#79#82, thanks @jaryl)
0 commit comments