Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Nov 27, 2023
1 parent 4b364d2 commit 35a0852
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ All notable changes to this project will be documented in this file.

- Feat: add event batching to function configuration
- Feat: Change approach for SDK (#59)
- Feat: Add general retry handling and non retriable error (#63)
- Feat: Add failure handler (#64)
- Feat: debounce support (#65)
- Feat: support batching (#66)
- Feat: rate limit support (#67)
- Feat: concurrency support (#68)

### Miscellaneous Tasks

Expand Down
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ mkShell {
pkgs.yamllint
pkgs.shfmt
pkgs.shellcheck
pkgs.git-cliff
];
}

0 comments on commit 35a0852

Please sign in to comment.