Skip to content

Latest commit

 

History

History
122 lines (87 loc) · 3.21 KB

changelog.md

File metadata and controls

122 lines (87 loc) · 3.21 KB

Change Log

v4.2.0

  • Update to the GA verison of go-amqp

v4.1.0

  • Update to the latest go-amqp PR#72

v4.0.0

  • Updated to the latest go-amqp which includes a few minor changes in public surface area. PR#68

v3.2.0

  • Change the default credits for the RPC link to be more reasonable (1000) PR#54

v3.1.2

  • Fixing a potential race condition when an RPC link is shut down while still sending requests or handling responses. PR#55
  • Upgrading to go-amqp v0.13.13, which fixes an issue with simultaneous settling on the rpc link.

v3.1.1

  • Change Link so it can handle parallel requests. PR#52

v3.1.0

  • Add support for passing managed identity user-assigned client ID.

v3.0.1

  • add context to message deposition methods
  • update dependencies

v3.0.0

  • switch from pack.ag/amqp to github.com/Azure/go-amqp
  • bump major version

v2.1.1

  • bump amqp to v0.12.1
  • bump azure sdk for go to v32.5.0
  • bump go-autorest

v2.1.0

  • add session filters for RPC links
  • bump amqp to v0.11.2
  • add more logging in RPC operations

v2.0.0

v1.1.4

v1.1.3

  • adding automatic server-timeout field for rpc package. It gleans the appropriate value from the context passed to it

v1.1.2

  • adopting go modules

v1.1.1

  • broadening accepted versions of pack.ag/amqp

v1.1.0

  • adding the ability to reuse an AMQP session while making RPCs
  • bug fixes

v1.0.3

  • updating dependencies, adding new 'go-autorest' constraint

v1.0.2

  • adding resiliency against malformed "status-code" and "status-description" properties in rpc responses

v1.0.1

  • bump version constant

v1.0.0

  • moved to opencensus from opentracing
  • committing to backward compatibility

v0.7.0

  • update AMQP dependency to 0.7.0

v0.6.0

  • Breaking Change change the parse connection signature and make it more strict
  • fix errors imports

v0.5.0

  • Breaking Change lock dependency to AMQP

v0.4.0

  • Breaking Change remove namespace from SAS provider and return struct rather than interface

v0.3.2

  • Return error on retry. Was returning nil if not retryable.

v0.3.1

  • Fix missing defer on spans

v0.3.0

  • add opentracing support
  • upgrade amqp to pull in the changes where close accepts context (breaking change)

v0.2.4

  • connection string keys are case insensitive

v0.2.3

  • handle remove trailing slash from host

v0.2.2

  • handle connection string values which contain =

v0.2.1

  • parse connection strings using key / values rather than regex

v0.2.0

  • add file checkpoint persister

v0.1.0

  • initial release