Releases: 0xPlaygrounds/subgrounds
Releases · 0xPlaygrounds/subgrounds
v1.9.1
v1.9.0
v1.8.3
v1.8.2
v1.8.1
v1.8.0
v1.7.1
v1.7.0
Feature
- Async support for subgrounds (+ more) (#36) (
929a882
) - Ability to create custom clients via
SubgroundsBase
Changes
- The entirety of how subgrounds coordinates the production, transformation, and pagination of requests has been completely reworked from the ground up.
- Instead of a recursive call stack, transformation and pagination is lazily computed.
- Then, a client (implementing
SubgroundsBase
), drives the actual processing of requests/responses until completion.
- Subgrounds models the sans-io approach to handling requests
- This means subgrounds is untangled from actually making IO
- This has enabled custom clients, allowing anyone to customize subgrounds interface.
- Various rewrites, reworks, and improvements to documentation.
v1.6.1
v1.6.0
Feature
Documentation
- Add open in colab button (
02ff722
) - Add gateway notebook as another example (
98eab32
) - Adjust example notebook for colab (
6210556
) - Adjust wording in example notebook (
357c6d8
) - Add example notebook + swap binder for colab (
06cc728
) - Add CI status badge to README.md (
4c6dca9
) - Broken link in README (#19) (
211f965
)