Releases: node-celery-ts/node-celery-ts
Releases · node-celery-ts/node-celery-ts
1.2.3
What's Changed
- chore(deps): bump amqplib from 0.8.0 to 0.10.4 by @dependabot in #108
- chore(deps): bump underscore and @types/underscore by @dependabot in #107
- chore(deps-dev): bump ts-node from 10.7.0 to 10.9.2 by @dependabot in #105
- chore(deps-dev): bump @types/bluebird from 3.5.36 to 3.5.42 by @dependabot in #110
- fix: Unignore containers directory by @cwill747 in #122
- chore(deps-dev): bump typedoc from 0.22.14 to 0.26.5 by @dependabot in #120
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #113
- Update copyright year by @cwill747 in #127
- fix: Update npm package versions and run npm fix by @cwill747 in #128
Full Changelog: 1.2.1...1.2.3
1.2.2
What's Changed
- chore(deps): bump amqplib from 0.8.0 to 0.10.4 by @dependabot in #108
- chore(deps): bump underscore and @types/underscore by @dependabot in #107
- chore(deps-dev): bump ts-node from 10.7.0 to 10.9.2 by @dependabot in #105
- chore(deps-dev): bump @types/bluebird from 3.5.36 to 3.5.42 by @dependabot in #110
- fix: Unignore containers directory by @cwill747 in #122
- chore(deps-dev): bump typedoc from 0.22.14 to 0.26.5 by @dependabot in #120
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #113
- Update copyright year by @cwill747 in #127
Full Changelog: 1.2.1...1.2.2
1.2.1
Same as 1.2.0 just with actually fixed package.json tag.
What's Changed
- chore: Update libs by @cwill747 in #81
- chore(build): Run integration test during actions by @cwill747 in #85
- chore(deps): bump yargs-parser and nyc by @dependabot in #86
- chore(deps): Add dependabot by @cwill747 in #94
- chore(build): Disable integration test in GHA by @cwill747 in #98
- chore(build): Update GHA runners, change publish to node 20 by @cwill747 in #101
- chore(deps): bump uuid and @types/uuid by @dependabot in #96
- chore(deps): bump minimist and mocha by @dependabot in #99
- chore(deps-dev): bump @babel/traverse from 7.20.1 to 7.24.1 by @dependabot in #100
- chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #91
- chore(deps-dev): bump @types/events from 1.2.0 to 3.0.3 by @dependabot in #95
- fix: Use correct encoding from compressor by @cwill747 in #102
- fix: Bump to 1.2.1 by @cwill747 in #103
Full Changelog: 1.1.1...1.2.1
1.2.0
TLDR: This change includes dependency updates to fix several critical severity issues, and also tweaks the compressor
to be based on the packer. This will be changed again in a subsequent release.
What's Changed
- chore: Update libs by @cwill747 in #81
- chore(build): Run integration test during actions by @cwill747 in #85
- chore(deps): bump yargs-parser and nyc by @dependabot in #86
- chore(deps): Add dependabot by @cwill747 in #94
- chore(build): Disable integration test in GHA by @cwill747 in #98
- chore(build): Update GHA runners, change publish to node 20 by @cwill747 in #101
- chore(deps): bump uuid and @types/uuid by @dependabot in #96
- chore(deps): bump minimist and mocha by @dependabot in #99
- chore(deps-dev): bump @babel/traverse from 7.20.1 to 7.24.1 by @dependabot in #100
- chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #91
- chore(deps-dev): bump @types/events from 1.2.0 to 3.0.3 by @dependabot in #95
- fix: Use correct encoding from compressor by @cwill747 in #102
Full Changelog: 1.1.1...1.2.0
1.1.1
v1.0.0
Basic functionality. Lacking some tests, some documentation, and some amenities when it comes to creational patterns.