Skip to content

Releases: project-n-oss/projectn-bolt-python2

Timeout var updated

22 Jan 15:30
d738fcb

Choose a tag to compare

Timeout var updated

v1.0.4

29 Sep 17:10
7d95de2

Choose a tag to compare

Features

Bug Fixes

  • Specify the schema in the quicksilve url construction to avoid urllib redirection.

v1.0.3

28 Sep 21:37
8b32d28

Choose a tag to compare

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

27 Sep 22:19
138f6ca

Choose a tag to compare

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

12 Apr 20:11
78f815f

Choose a tag to compare

What's Changed

  • Python2 support added with version 1.0.0

Python2 release

31 Mar 07:03
08bdd45

Choose a tag to compare

v1.0.0

Create python-publish.yml