Skip to content

Releases: aliyun/aliyun-mns-go-sdk

V2.0.0

24 Nov 02:40
57c925d

Choose a tag to compare

This is a major version upgrade that introduces breaking changes. Please read carefully before upgrading.

⚠️ Breaking Changes

  • Region Configuration is Now Required: The region field in AliMNSClientConfig is now mandatory. Client initialization will fail with error "ali-mns: region is empty" if not provided.
  • Region-Dependent Subscription Endpoints: Subscription endpoints now use the explicitly configured region instead of attempting to parse from endpoint URL.

Other Changes

  • Fixed issue#28: Remove panic from client initialization, return errors instead.
  • Remove deprecated client creation methods.
  • Simplify client configuration with AliMNSClientConfig.
  • Update examples to use unified AliMNSClientConfig.
  • Fixed some spelling errors.

v1.0.11

20 Mar 07:48

Choose a tag to compare

chore: Updated version number to 1.0.11 with no other changes.

v1.0.10a

19 Mar 09:05

Choose a tag to compare

Resolved the issue where the region information check failed during resource creation for endpoints with the suffix -control.

v1.0.9

11 Mar 07:56

Choose a tag to compare

  • Fix the error issue#26 where the StsTokenCredential component in the credentials package does not exist.

v1.0.8

06 Feb 08:54

Choose a tag to compare

Support configuring the logEnable parameter for queues during creation and attribute setting.

v1.0.7

23 Jan 06:50

Choose a tag to compare

  • Add an example of base64 encoding and decoding to queue_example.go.
  • Add support for dynamic credentials.

v1.0.6

28 Nov 07:13

Choose a tag to compare

  • Added an example of HTTP endpoint subscription in topic_example.go.
  • Added an example of HTTP authorization in http_authorization.go.
  • Removed the check for message body size to allow for larger messages.

v1.0.5

19 Aug 07:30

Choose a tag to compare

  • Update the minimum Go version declared in go.mod to fix build failures.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

17 Jul 09:29
2f0e038

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

21 May 08:44
c58b551

Choose a tag to compare

  • Add transport override in mns

What's Changed

New Contributors

Full Changelog: 1.0.2...v1.0.3