Django-scim2

Latest version: v0.19.1

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 9

0.9.0

-----
- Decouple Django object id and SCIM ID
!!MASSIVE BREAKING CHANGE!!
- Add tests for Abstract SCIM models

0.8.2

-----
- Only log during SCIM calls

0.8.1

-----
- Fix failing tests

0.8.0

-----
- Add basic abstract models for Users and Groups
- Update parse path function
- Added more to demo application

0.7.0

-----
- Change where logging of requests is done (now in middleware)
- Improve demo application

0.6.0

-----
- Add tests for work on supporting complex SCIM filtering
- Update PATCH handler to decipher path key

This commit contains a BREAKING CHANGE.

If you have overridden the "handle_<op_code>" methods on the User and
Group adapters, those methods need to be updated to take path, and value
in addition to operation.

New adapter signature:

def handle_<op_code (eg. add)>(self, path, value, operation):
...

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.