Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #390

Merged
merged 9 commits into from
Aug 27, 2024
Merged

chore: release #390

merged 9 commits into from
Aug 27, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Aug 19, 2024

Release Changes

FILTER for _key is significant faster than filtering for id. However, should id and _key get out of
sync we still filter for id but using a limit 1 since we are only looking for 1 match. So the query
can terminate early.

Instead of breaking the type against spec, convert Date to number right before the AQL quiery.
Furthermore, list.filter is not list.map the expiredTokenList was NEVER converted! I wonder why
there was no error observed before.

1.8.3 (v1.8.2...v1.8.3) (2024-08-27)

Bug Fixes

* deps: bump minor deps (b6c64ea (https://github.com/restorecommerce/identity-srv/commit/b6c64ea6c4cc102a010464a938be188b3dc3229f))
* facade: subservice name need to follow snake_case identity.o_auth (cc0e8e2 (https://github.com/restorecommerce/identity-srv/commit/cc0e8e26b1bad6fc2397cefdc82ac347dd84fdba))
* oauth: respond tokens with Date type (698e4d9 (https://github.com/restorecommerce/identity-srv/commit/698e4d9a320c3439934665e117b52547fb17042d))
* query: accelerate updateUserToken queries by using _key and limit 1, backup with doc.id (95759af (https://github.com/restorecommerce/identity-srv/commit/95759afc84bf50a8a49fbe54e342c93a66afd95f))
* seed: seed data should not be owned by system (729fafc (https://github.com/restorecommerce/identity-srv/commit/729fafcdfb28679c0236c56011e733881105c4c9))
* token: limit user update query to 1 (6dc0397 (https://github.com/restorecommerce/identity-srv/commit/6dc039782019c30e8261ba12d32a100d0325c3bf))
* updateusertokens: move Date to number conversation to updateUserTokens where it belongs (b0df9db (https://github.com/restorecommerce/identity-srv/commit/b0df9db9559b16e0300988346793040db8b8443f))

Approve this PR to release above packages!

Gerald Baulig added 9 commits August 15, 2024 17:33
…Tokens where it belongs

Instead of breaking the type against spec, convert Date to number right before the AQL quiery.
Furthermore, list.filter is not list.map the expiredTokenList was NEVER converted! I wonder why
there was no error observed before.
…t 1, backup with doc.id

FILTER for _key is significant faster than filtering for id. However, should id and _key get out of
sync we still filter for id but using a limit 1 since we are only looking for 1 match. So the query
can terminate early.
@github-actions github-actions bot merged commit b6c64ea into master Aug 27, 2024
6 of 7 checks passed
Copy link
Author

🎉 This PR is included in version 1.8.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant