Releases: project-n-oss/projectn-bolt-python
Releases · project-n-oss/projectn-bolt-python
v2.2.0
Features
- Failover to S3 when a request to Bolt / Crunch fails with 4xx or when there's an exception while performing the request.
- Exit early if region not specified and cannot be fetched from metadata api
- Global http pool vs recreating on on every
_default_get - fetch bolt endpoints from quicksilver every 10 seconds
- clean up and organize imports
- better quicksilver url construction to avoid ?az=None strings
- remove the _default_get function and use the shared http_pool manager
Bug Fixes
- Fix ec2 region fetch from metadata api
- Fix ec2 availability zone id fetch from metadata api
- Make AZ fetch behavior consistent with region (try env var then try metadata api) - no exit here, since az id not required for operation
- Make readme consistent with code re:
BOLT_*env vars - Fix CI release process
- update the endpoints map only if quicksilver returns 200, otherwise we'll just try again
- Specify the schema in the quicksilver url construction to avoid urllib redirection.
v0.0.4: Merge pull request #23 from project-n-oss/readme_changes
v0.0.3: Merge pull request #21 from project-n-oss/ci
Publish to pypi