Releases: project-n-oss/projectn-bolt-python2
Releases · project-n-oss/projectn-bolt-python2
Timeout var updated
Timeout var updated
v1.0.4
v1.0.3
Features
- 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
- update the endpoints map only if quicksilver returns 200, otherwise we'll just try again
v1.0.2
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
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
v1.0.1
What's Changed
- Python2 support added with version 1.0.0
Python2 release
v1.0.0 Create python-publish.yml