Skip to content

Commit 0a8a704

Browse files
committed
chore: Release v3.33.0
1 parent 9237464 commit 0a8a704

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.33.0](https://github.com/serverless/serverless/compare/v3.32.2...v3.33.0) (2023-06-26)
6+
7+
### Features
8+
9+
- **AWS Deploy:** Recognize `ruby3.2` runtime ([#12004](https://github.com/serverless/serverless/issues/12004)) ([0a0a4fc](https://github.com/serverless/serverless/commit/0a0a4fc8af4c88a2a2d85401b3fb89341b927f47)) ([Ryan Rickerts](https://github.com/theRocket))
10+
- **AWS MSK:** Support `AT_TIMESTAMP` starting position ([#12034](https://github.com/serverless/serverless/issues/12034)) ([483ea16](https://github.com/serverless/serverless/commit/483ea166fc6af2bed363a2a9ebf3ec8d06900618)) ([Ben](https://github.com/griffithsbs))
11+
12+
### Bug Fixes
13+
14+
- **AWS ALB:** Recognize CIDR format at `ip` configuration ([#11889](https://github.com/serverless/serverless/issues/11889)) ([04db0f0](https://github.com/serverless/serverless/commit/04db0f045c3d6e3772ef9f82ca4d51ac1aa5bbb8)) ([Inqnuam](https://github.com/Inqnuam))
15+
- **AWS Websocket:** Fix internal authorizers handling ([#11871](https://github.com/serverless/serverless/issues/11871)) ([a50773b](https://github.com/serverless/serverless/commit/a50773b60d0c528ad7734dfa4a84cd9dc109f7e1)) ([James Kyburz](https://github.com/JamesKyburz))
16+
- **Packaging:** Fix merging `DependsOn` from user resources ([#12009](https://github.com/serverless/serverless/issues/12009)) ([4582913](https://github.com/serverless/serverless/commit/4582913214e1c9d6f4324ff6a507dd09a2fd4e1b)) ([Kirill Khoroshilov](https://github.com/Hokid))
17+
518
### [3.32.2](https://github.com/serverless/serverless/compare/v3.32.1...v3.32.2) (2023-06-02)
619

720
### Maintenance Improvements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless",
3-
"version": "3.32.2",
3+
"version": "3.33.0",
44
"description": "Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more",
55
"preferGlobal": true,
66
"homepage": "https://serverless.com/framework/docs/",

0 commit comments

Comments
 (0)