Skip to content

Commit 064cfe3

Browse files
committed
⬆️ increament minor version to reflect feature change.
1 parent 9aa57e1 commit 064cfe3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Zappa Changelog
22

3+
## 0.61.1
4+
5+
* Add support for nested JSON configurations in `settings` command (#1397)
6+
- CLI arguments and environment variables now support complex nested objects and arrays
7+
- Enhanced `--config` argument parsing to handle JSON structures like `cors_options`, `vpc_config`, `environment_variables`
8+
- Type annotations updated throughout configuration pipeline for dict and list types
9+
- Comprehensive test coverage for nested configuration scenarios
10+
311
## 0.61.0
412

513
* Add API Gateway v2 (HTTP API) support (#1391, #851, #1389)

zappa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def running_in_docker() -> bool:
3131
)
3232
raise RuntimeError(err_msg)
3333

34-
__version__ = "0.61.0"
34+
__version__ = "0.61.1"

0 commit comments

Comments
 (0)