forked from SimpleFinance/sensu-transport-snssqs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
44 lines (25 loc) · 963 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## [3.0.0] - 2019-03-05
- Add message buffering by default
- Drop Ruby 1.8 support
## [2.3.0] - 2018-05-24
- Update to aws sdk v3 and specific aws-sdk-sns/aws-sdk-sqs gems
## [2.2.2] - 2018-01-24
- Fix send_message scope error introduced in 2.2.0 (#8)
## [2.2.1] - 2018-01-22
- Fix retry library options (#6)
## [2.2.0] - 2017-12-15
- Add 2 automatic retries of message posting if an exception is raised [GH-5]
- Update gem signing key
## [2.1.2] - 2017-06-07
- Fix non-raw message parsing [GH-4]
## [2.1.1] - 2017-05-23
- Use ruby stdlib json [GH-3]
## [2.1.0] - 2017-04-28
- Make SNS raw message delivery optional [GH-2]
- Allow IAM credentials to be specified in configuratino [GH-2]
## [2.0.4] - 2016-11-08
- Forked to -ng gem to relax contribution guidelines
- Fix windows client via use of AWS bundled SSL certs
## [2.0.4] - 2016-08-04
- no-op :fanout type subscriptions, they are used by the client, and
unsupported by this transport.