Releases: anonrig/awacs
Releases · anonrig/awacs
0.6.0
0.5.0
This was once again a huge release for all of us. Here are the highlights!
Features
- Added client properties to Events.findAll query for Mixpanel like real-time results
- Added Applications.count
- Added Clients.count
- Added Events.count
- Added Sessions.count
Fixes
- Fixed wrong value for proto definition on client cursor created_at property
- Added start_date and end_date query parameters to Events.findAll
- Added start_date and end_date query parameters to Sessions.findAll
Changes
- Updated docusaurus for documentation
- Updated dependencies
- Enabled verbosity level on tests
- Refactored tests
0.4.0
0.3.4
0.3.3
Features
- Added base64 validation to every header request
- Added versioning to OpenAPI specification
Fixes
- Fixed a bug causing pagination to return the same page for every cursor
- Replaced
uuid
withcrypto.randomUUID
to improve the performance (it's a lot faster in node 16) - Moved
empty_response
schemas to correct place forajv
Additionally, we have improved the test coverage and bumped the dependencies to their latest version.
0.3.2
0.3.1
0.3.0
Features
- Added request tracing using
x-request-id
header - Added prometheus metrics support through
/metrics
HTTP endpoint - Improved documentation
- Reduced the Dockerfile image size
- Improved test coverage to 90%
Breaking Changes
- Updated OpenAPI configuration to be much more definitive.
Fixes
- Fixed set_client event requests
- Fixed custom event requests
- Fixed in_app_purchase events
- Removed unused sentry configuration
- Fixed Swagger UI CSP issue on production