Skip to content

Releases: iopipe/iopipe-python

v1.7.8

04 Dec 17:49
73f697a
Compare
Choose a tag to compare
  • Makes labeling a no-op with mock contexts #285
  • Fixes plugin loading bug for python3.7 runtime

Lambda Layer ARNS

  • python3.6, python3.7: arn:aws:lambda:$REGION:146318645305:layer:IOpipePython:2
  • python2.7: arn:aws:lambda:$REGION:146318645305:layer:IOpipePython27:2

Lambda Layer Supported Regions

  • ap-northeast-1
  • ap-northeast-2
  • ap-south-1
  • ap-southeast-1
  • ap-southeast-2
  • ca-central-1
  • eu-central-1
  • eu-west-1
  • eu-west-2
  • eu-west-3
  • us-east-1
  • us-east-2
  • us-west-1
  • us-west-2

v1.7.7

29 Nov 17:24
eabf43a
Compare
Choose a tag to compare
  • Bug fix release: fixes a bug where context validation was checking an attribute that isn't always present

v1.7.6

28 Nov 19:27
e76c634
Compare
Choose a tag to compare

NOTE: This release contains a bug that will disable the agent, please upgrade to v1.7.7.

  • Ads SQS Event Info Support #243
  • Skips reporting for invalid/mock contexts #277

v1.7.5

20 Nov 17:04
cac197f
Compare
Choose a tag to compare
  • Revises the max timeout to 15 minutes

Lambda Layer ARNs

  • python3.6, python3.7: arn:aws:lambda:$REGION:146318645305:layer:IOpipePython:1
  • python2.7: arn:aws:lambda:$REGION:146318645305:layer:IOpipePython27:1

Lambda Layer Supported Regions

  • ap-northeast-1
  • ap-southeast-2
  • eu-west-1
  • us-east-1
  • us-east-2
  • us-west-1
  • us-west-2

v1.7.4

15 Nov 19:01
7158e8a
Compare
Choose a tag to compare
  • Adds eventType to the report (#272)
  • Adds a handler wrapper (#276)

v1.7.3

05 Nov 15:47
f6afba3
Compare
Choose a tag to compare
  • Add network timeout config to signer/upload requests (#267)
  • Make copy of http response before mutating (#269)

v1.7.2

25 Sep 18:59
3f625ee
Compare
Choose a tag to compare
  • Makes event info plugin toggleable via IOPIPE_EVENT_INFO_ENABLED environment variable #264
  • Fixes bug with Alexa Skill event info #263

v1.7.1

21 Aug 17:09
662dca0
Compare
Choose a tag to compare
  • Fixes a bug in the auto http trace where unserializable bytes were getting into reports via boto (#260)

v1.7.0

14 Aug 16:23
4293aaf
Compare
Choose a tag to compare
  • Adds support for automatically tracing HTTP requests

v1.6.4

13 Jul 20:27
70c90b9
Compare
Choose a tag to compare
  • Fixes bug in Event Info plugin where SNS event data was not being collected #250