Releases: discord/access
Releases · discord/access
Access 1.1.8
What's Changed
- Bump the pip-minor group across 1 directory with 11 updates by @dependabot in #79
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #82
Full Changelog: v1.1.7...v1.1.8
Access 1.1.7
What's Changed
- Run ruff format on all code by @somethingnew2-0 in #71
- Require at least one entity when adding to a group by @goakley in #73
- Require at least one group when adding to a role by @somethingnew2-0 in #78
New Contributors
Full Changelog: v1.1.6...v1.1.7
Access 1.1.6
What's Changed
- Fix logic for self-rejecting access requests by @somethingnew2-0 in #68
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #69
Full Changelog: v1.1.5...v1.1.6
Access 1.1.5
What's Changed
- Create App with Role Owners by @somethingnew2-0 in #59
- Add in more log statements for debugging syncer by @eguerrant in #62
- Add retry logic and timeout by @eguerrant in #63
- Handle ayncio.TimeoutError in OktaService._retry by @somethingnew2-0 in #64
Full Changelog: v1.1.4...v1.1.5
Access 1.1.4
What's Changed
- Bump ejs from 3.1.8 to 3.1.10 by @dependabot in #50
- Bump werkzeug from 3.0.2 to 3.0.3 by @dependabot in #56
- Bump node from 21-alpine to 22-alpine by @dependabot in #53
- Bump flask-cors from 4.0.0 to 4.0.1 by @dependabot in #57
- Update README.md by @ternera in #52
New Contributors
Full Changelog: v1.1.3...v1.1.4
Access 1.1.3
What's Changed
- Add more rows per page options by @eguerrant in #41
- [okta] add more None type checks by @AndrooTheChen in #45
- Fix ended at bug by @eguerrant in #46
- Include an invite to our Discord server in the README by @somethingnew2-0 in #47
New Contributors
- @AndrooTheChen made their first contribution in #45
Full Changelog: v1.1.2...v1.1.3
Access 1.1.2
What's Changed
- Bump types-requests from 2.31.0.20240311 to 2.31.0.20240406 by @dependabot in #31
- Bump types-flask-cors from 4.0.0.20240106 to 4.0.0.20240405 by @dependabot in #30
- Fix access request completed notification parameter for ModifyGroupRoles by @somethingnew2-0 in #42
Full Changelog: v1.1.1...v1.1.2
Access 1.1.1
What's Changed
- Pass group tags to the conditional access plugin by @somethingnew2-0 in #38
- Fix datetime offset comparison error by @somethingnew2-0 in #39
- Include group tags in the conditional access wrapper method by @somethingnew2-0 in #40
Full Changelog: v1.1.0...v1.1.1
Access 1.1.0
What's Changed
- Implement a conditional request plugin interface so access requests can be automatically approved or denied by @somethingnew2-0 in #34
Breaking changes
NotificationPluginSpec.access_request_created()
andNotificationPluginSpec.access_request_completed()
were incorrectly sending theOktaGroup.name
string as thegroup
parameter instead of theOktaGroup
object itself. This has been corrected so now theOktaGroup
object is correctly sent to notification plugins for those functions.
Full Changelog: v1.0.5...v1.1.0
Access 1.0.5
What's Changed
- Bump gunicorn from 21.2.0 to 22.0.0 by @dependabot in #35
Full Changelog: v1.0.4...v1.0.5