Skip to content

Commit

Permalink
release v1.4.0 #11
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Mar 16, 2019
1 parent ed8ee5d commit 8cb039d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
This project adheres to [Semantic Versioning](http://semver.org/).

## Development
- Nothing yet

## [v1.4.0]
### Added
- Add ability to control SQS attributes returned and expose them in Message object [#4](https://github.com/PruvoNet/squiss-ts/issues/4)
- Option to auto gzip messages to reduce message sizes [#5](https://github.com/PruvoNet/squiss-ts/issues/5)
Expand Down Expand Up @@ -65,3 +68,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[v1.2.3]: https://github.com/PruvoNet/squiss-ts/compare/v1.2.2...v1.2.3
[v1.2.4]: https://github.com/PruvoNet/squiss-ts/compare/v1.2.3...v1.2.4
[v1.3.0]: https://github.com/PruvoNet/squiss-ts/compare/v1.2.4...v1.3.0
[v1.4.0]: https://github.com/PruvoNet/squiss-ts/compare/v1.3.0...v1.4.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ High-volume Amazon SQS Poller and single-queue client for Node.js 6 and up (with
- Efficiently auto pull new messages when concurrency is not fully utilized
- Easy message lifecycle management
- Options to auto renew messages visibility timeout for long message processing
- Option to automatically gzip incoming and outgoing messages to decrease message sizes
- Option to automatically gzip incoming and outgoing messages to decrease message sizes (based on message size)
- Option to auto upload large messages to s3 and retrieve the message from s3 upon receive
- Full typescript support

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squiss-ts",
"version": "1.3.0",
"version": "1.4.0",
"description": "High-volume SQS poller",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8cb039d

Please sign in to comment.