Clusto-apiserver

Latest version: v0.5.2

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

Scan your dependencies

Page 1 of 2

0.5.2

New feature/bugfix release

Features
- Adding developer documentation (Jorge Gallegos)

Bugfixes
- Fixed the OPTIONS dummy routers (Jorge Gallegos)

0.5.1

New feature release

Features
- Add a generic OPTIONS router for (crude) CORS support

0.5.0

New feature release

Features
- add and set attr marriage, bring a present (James Cunningham)
- add typecast util (James Cunningham)
- add ability to set global response headers in clusto.conf (James Cunningham)

0.4.2

New bugfix release

Bug fixes
- lists and dicts attribute values were returned as a unicode string
representation which was unparseable as a regular json object.


v.0.4.1
New feature release

Features
- Add get_ips list to the show method (James Cunningham)
- Add ability to post json bodies in attribute app (James Cunningham)
- Added expansion and paging to the entity app (James Cunningham)

0.4.0

New feature release with some API changes (read at the bottom) which will
hopefully stop being a thing once we hit 1.0

Features
- Adding a main /driverlist endpoint to match clusto.driverlist
- Added support for extra server adapter options in config
- Better test cases for resource manager core application
- Support for pool removal with caveats, read below for changes

API Changes
- Pool insertion changed from a PUT to a generic POST action, briefly: PUT
for `.insert()` didn't make much sense without support for `.remove()`
but `.remove()` isn't properly a DELETE action. Ergo we changed it to
be a generic POST to the endpoint with an `action=[insert,remove]` field

0.3.2

New bugfix release

Bugfixes
- Fixed slicing in pagination logic

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.