Skip to content

Commit 72b3362

Browse files
authored
Merge branch 'awslabs:develop' into amirkaws-feature-parameters
2 parents 71ccb30 + 8bb7863 commit 72b3362

File tree

5 files changed

+283
-14
lines changed

5 files changed

+283
-14
lines changed

.github/workflows/reusable_publish_changelog.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ jobs:
3030
git pull origin "${BRANCH}"
3131
- name: "Generate latest changelog"
3232
run: make changelog
33-
- name: Update Changelog in trunk
33+
- name: Update Changelog with PR
3434
run: |
3535
HAS_CHANGE=$(git status --porcelain)
3636
test -z "${HAS_CHANGE}" && echo "Nothing to update" && exit 0
37+
git checkout -b update-changelog-${{github.run_id}}
3738
git add CHANGELOG.md
3839
git commit -m "update changelog with latest changes"
3940
git pull origin "${BRANCH}" # prevents concurrent branch update failing push
40-
git push origin HEAD:refs/heads/"${BRANCH}"
41+
git push origin update-changelog-${{github.run_id}}

CHANGELOG.md

Lines changed: 275 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,282 @@
44
# Changelog
55

66
All notable changes to this project will be documented in this file.
7+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
78

8-
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format for changes and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
<a name="v1.0.1"></a>
11+
## [v1.0.1] - 2023-04-06
12+
## Pull Requests
1013

11-
## [Unreleased]
14+
* Merge pull request [#232](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/232) from amirkaws/amirkaws-release-v1.0.1
15+
* Merge pull request [#227](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/227) from hjgraca/chore_fix_changelog_build
16+
* Merge pull request [#225](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/225) from srcsakthivel/develop
17+
* Merge pull request [#223](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/223) from hjgraca/fix_tracing_on_exception_thrown
18+
* Merge pull request [#218](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/218) from amirkaws/amirkaws-update-examples-nuget-references-release
1219

13-
## [1.0.0] - 2023-02-24
14-
## [0.0.2-preview] - 2023-01-18
15-
## [0.0.1-preview.1] - 2022-08-01
16-
### Added
17-
- Public preview release
20+
21+
<a name="v1.0.0"></a>
22+
## [v1.0.0] - 2023-02-24
23+
## Bug Fixes
24+
25+
* removing manual trigger on docs wf
26+
27+
## Documentation
28+
29+
* **home:** update powertools definition
30+
31+
## Maintenance
32+
33+
* **ci:** api docs build update ([#188](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/188))
34+
* **ci:** changing trigger to run manually
35+
* **ci:** updated api docs implementation
36+
* **ci:** updated bug report template
37+
* **deps:** updates sample deps
38+
* **docs:** incorrect crefs
39+
40+
## Pull Requests
41+
42+
* Merge pull request [#215](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/215) from amirkaws/amirkaws-release-v1.0.0
43+
* Merge pull request [#208](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/208) from amirkaws/amirkaws-cold-start-capture-warning-bug-fix
44+
* Merge pull request [#210](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/210) from awslabs/powertools-definition-update
45+
* Merge pull request [#209](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/209) from amirkaws/amirkaws-metrics-timestamp-fix
46+
* Merge pull request [#199](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/199) from awslabs/sliedig-ci-reviewers
47+
* Merge pull request [#193](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/193) from hjgraca/maintenance-new-issue-template
48+
* Merge pull request [#202](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/202) from hjgraca/fix-test-json-escaping
49+
* Merge pull request [#195](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/195) from hjgraca/update-dotnet-sdk-6.0.405
50+
* Merge pull request [#194](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/194) from hjgraca/patch-1
51+
* Merge pull request [#192](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/192) from hjgraca/fix-incorrect-crefs
52+
* Merge pull request [#189](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/189) from sliedig/develop
53+
* Merge pull request [#185](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/185) from amirkaws/amirkaws-update-examples-nuget-references
54+
* Merge pull request [#183](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/183) from awslabs/develop
55+
* Merge pull request [#150](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/150) from awslabs/develop
56+
* Merge pull request [#140](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/140) from awslabs/develop
57+
58+
59+
<a name="v0.0.2-preview"></a>
60+
## [v0.0.2-preview] - 2023-01-18
61+
## Bug Fixes
62+
63+
* removed duplicate template issue
64+
* updated logger casing env vars in samples
65+
66+
## Documentation
67+
68+
* typo in metrics README
69+
70+
## Features
71+
72+
* **ci:** codeql static code analysis ([#148](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/148))
73+
74+
## Maintenance
75+
76+
* updated setup-dotnet[@v1](https://github.com/v1) to [@v3](https://github.com/v3)
77+
* updated packages ([#172](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/172))
78+
* **ci:** bumped version
79+
* **ci:** minor updates, licensing
80+
* **deps:** bump gitpython from 3.1.29 to 3.1.30
81+
* **docs:** updated documentation ([#175](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/175))
82+
* **docs:** add discord invitation link
83+
84+
## Pull Requests
85+
86+
* Merge pull request [#182](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/182) from sliedig/develop
87+
* Merge pull request [#181](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/181) from awslabs/dependabot/pip/gitpython-3.1.30
88+
* Merge pull request [#179](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/179) from sliedig/sliedig-ci
89+
* Merge pull request [#174](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/174) from sliedig/sliedig-ci
90+
* Merge pull request [#173](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/173) from sliedig/sliedig-samples
91+
* Merge pull request [#157](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/157) from kenfdev/fix-readme-title-typo
92+
* Merge pull request [#170](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/170) from nCubed/develop
93+
* Merge pull request [#152](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/152) from amirkaws/amirkaws-custom-exception-json-converter
94+
* Merge pull request [#155](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/155) from sthuber90/add-discord-link-154
95+
* Merge pull request [#147](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/147) from amirkaws/amirkaws-fix-doc-links
96+
97+
98+
<a name="v0.0.1-preview.1"></a>
99+
## v0.0.1-preview.1 - 2022-08-01
100+
## Bug Fixes
101+
102+
* force directy rename
103+
* making test function compile.
104+
* updating issue templates with correct extention
105+
* updated auto assign
106+
* skip duplicate nuget packages publish
107+
* added missing runtimes
108+
* updated Logging template description
109+
* updated documentation and doc generation ([#96](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/96))
110+
* removed optional doc file paths
111+
* explicitly adding doc files for build configurations
112+
* resolving dependecy alert CVE-2020-8116
113+
* added missing codecov packages for test projects
114+
* fixed build
115+
* forcing rename
116+
* fixed powertolls spelling in docs
117+
* replaced PackageIconUrl which is being depreciated with PackageIcon
118+
* added missing include to pack README files
119+
* fixing node vulnerabilites for docs
120+
* resolving merge conflict
121+
* update packages to resolve vulnerabilities. Switched to yarn package manager
122+
* intermin fix to resolve vulnerability issues.
123+
* proj references
124+
* fixed spelling in libraries folder name
125+
* **ci:** lockdown gh-pages workflow to sha
126+
127+
## Documentation
128+
129+
* fixed nav for roadmap
130+
* updated link to feature request; added roadmap
131+
* library readme updates and minor updates ([#117](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/117))
132+
* spell check with US-English dictionary ([#115](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/115))
133+
* docs review ([#112](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/112))
134+
* Reviewing documentation ([#68](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/68))
135+
* adding auto-generated API Reference to docs ([#87](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/87))
136+
* alternative brew installation ([#86](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/86))
137+
* homebrew installation ([#85](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/85))
138+
* merging api generation tasks ([#84](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/84))
139+
* fixing docfx path ([#83](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/83))
140+
* fix docfx path ([#82](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/82))
141+
* fix api docs generator installation ([#81](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/81))
142+
* update github actions to publish api docs ([#80](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/80))
143+
* API docs generation ([#79](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/79))
144+
145+
## Features
146+
147+
* added security.md
148+
* updated record_pr action
149+
* PR Labeler GitHub actions ([#119](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/119))
150+
* Logger output case attributes docs and unit testing ([#100](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/100))
151+
* add extra fields to the logger methods ([#98](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/98))
152+
* updated examples to include managed runtime configuration as well as docker. Made updates to Tracing implementation
153+
* added Tracing example
154+
* added init Metrics sample
155+
* added Logging example
156+
* added serialisation options to force dictionary keys to camel case
157+
* added build tools to generate nuget packages
158+
* updated project packaging properties
159+
* added package README files for core utilities
160+
* update make and doc dep to build docs
161+
* added docs template
162+
163+
## Maintenance
164+
165+
* set global .net version
166+
* temporarily removing docs while content is being developed
167+
* added example project
168+
* refctored PowerTools to Powertools
169+
* added github files and templates
170+
* initial folder structure
171+
* interim resolution of docs package vulnerabilities
172+
* migrated AWS.Lambda.PowerTools to AWS.Lambda.PowerTools.Common namespace. fix: resolved incorrect namespace for Tracing fix: resolved dependencies in example project
173+
* refactored to new namespace
174+
* updated readme
175+
* updated github templates
176+
* added customer 404 page
177+
* removing unecessary buildtools
178+
* update pr template
179+
* updating type documentation and file headers ([#56](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/56))
180+
* moved solution file into libraries. Need a separate solution for examples
181+
* added docs
182+
* added gitignore and updated licence
183+
* updating doc build workflow
184+
* updated issue templates
185+
* updated Label PR based on title action
186+
* deleted unnecessay publishing action
187+
* updated stale action
188+
* removed unnecessary pr labeling
189+
* updated PR labeling path
190+
* updated list of assignees
191+
* updated docker builds to use Amazon.Lambda.Tools ([#118](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/118))
192+
* bumped .net version in global to 6.0.301 ([#120](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/120))
193+
* bumped .net version in global to 6.0.301
194+
* adding missed copyright info
195+
* added copyright to examples
196+
* removed SimpleLambda from examples
197+
* cleaned up logging and metrics functions
198+
* **ci:** add on_merge_pr workflow to notify releases
199+
* **ci:** lockdown untrusted workflows to sha
200+
* **ci:** add missing scripts
201+
* **ci:** updated bug report template ([#144](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/144))
202+
* **ci:** add workflow to detect missing related issue
203+
* **ci:** enable concurrency group for docs workflow
204+
* **ci:** upudated wording in PR template checklist
205+
* **ci:** added codeowners
206+
* **ci:** added Maintainers doc
207+
* **ci:** updated PR workflows and scripts
208+
* **ci:** upgrade setup-python to v4
209+
* **ci:** upgrade checkout action to v3
210+
* **ci:** use untrusted workflows with sha
211+
* **ci:** add reusable export pr workflow dependency
212+
* **deps:** bump hosted-git-info from 2.8.8 to 2.8.9 in /docs
213+
* **deps:** bump object-path from 0.11.4 to 0.11.5 in /docs
214+
* **deps:** bump ssri from 6.0.1 to 6.0.2 in /docs
215+
* **deps:** bump elliptic from 6.5.3 to 6.5.4 in /docs
216+
* **deps:** bump socket.io from 2.3.0 to 2.4.1 in /docs
217+
* **deps:** bump ini from 1.3.5 to 1.3.8 in /docs
218+
* **deps:** bump ua-parser-js from 0.7.23 to 0.7.28 in /docs
219+
* **deps:** bump underscore from 1.12.0 to 1.13.1 in /docs
220+
* **deps:** bump url-parse from 1.4.7 to 1.5.1 in /docs
221+
* **deps:** bump prismjs from 1.20.0 to 1.21.0 in /docs
222+
* **deps:** updates sample deps ([#142](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/142))
223+
* **deps:** bump mkdocs from 1.2.2 to 1.2.3 ([#29](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/29))
224+
* **governance:** render debug logs with csharp syntax
225+
* **governance:** typo in pending release label name
226+
227+
## Pull Requests
228+
229+
* Merge pull request [#139](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/139) from awslabs/amirkaws-resolve-conflicts-2
230+
* Merge pull request [#135](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/135) from awslabs/amirkaws-update-versions
231+
* Merge pull request [#134](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/134) from heitorlessa/chore/lockdown-gh-pages-workflow
232+
* Merge pull request [#132](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/132) from heitorlessa/chore/github-concurrency-docs
233+
* Merge pull request [#130](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/130) from heitorlessa/chore/enforce-github-actions-sha
234+
* Merge pull request [#128](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/128) from sliedig/sliedig-ci
235+
* Merge pull request [#127](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/127) from sliedig/sliedig-ci
236+
* Merge pull request [#126](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/126) from sliedig/develop
237+
* Merge pull request [#123](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/123) from sliedig/develop
238+
* Merge pull request [#1](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/1) from sliedig/sliedig/develop
239+
* Merge pull request [#121](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/121) from awslabs/amirkaws-update-versions
240+
* Merge pull request [#116](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/116) from awslabs/amirkaws/add-di-support-for-logging
241+
* Merge pull request [#113](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/113) from awslabs/amirkaws/update-doc-1
242+
* Merge pull request [#111](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/111) from awslabs/amirkaws/add-env-vars-docs
243+
* Merge pull request [#102](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/102) from sliedig/sliedig/examples
244+
* Merge pull request [#103](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/103) from awslabs/amirkaws/fix-example-issues
245+
* Merge pull request [#97](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/97) from sliedig/sliedig/examples
246+
* Merge pull request [#95](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/95) from awslabs/pr/91
247+
* Merge pull request [#90](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/90) from sliedig/develop
248+
* Merge pull request [#89](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/89) from awslabs/api-docs-template
249+
* Merge pull request [#74](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/74) from awslabs/amirkaws/disable-tracing-outside-lambda-env
250+
* Merge pull request [#66](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/66) from sliedig/develop
251+
* Merge pull request [#59](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/59) from sliedig/develop
252+
* Merge pull request [#58](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/58) from sliedig/sliedig/nuget
253+
* Merge pull request [#32](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/32) from awslabs/amirkaws/metrics-1
254+
* Merge pull request [#31](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/31) from t1agob/develop
255+
* Merge pull request [#2](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/2) from awslabs/develop
256+
* Merge pull request [#25](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/25) from t1agob/develop
257+
* Merge pull request [#1](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/1) from t1agob/sourcegenerators
258+
* Merge pull request [#24](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/24) from sliedig/develop
259+
* Merge pull request [#23](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/23) from sliedig/develop
260+
* Merge pull request [#22](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/22) from sliedig/develop
261+
* Merge pull request [#21](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/21) from t1agob/develop
262+
* Merge pull request [#19](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/19) from awslabs/dependabot/npm_and_yarn/docs/url-parse-1.5.1
263+
* Merge pull request [#18](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/18) from awslabs/dependabot/npm_and_yarn/docs/hosted-git-info-2.8.9
264+
* Merge pull request [#17](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/17) from awslabs/dependabot/npm_and_yarn/docs/ua-parser-js-0.7.28
265+
* Merge pull request [#16](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/16) from awslabs/dependabot/npm_and_yarn/docs/underscore-1.13.1
266+
* Merge pull request [#15](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/15) from awslabs/dependabot/npm_and_yarn/docs/ssri-6.0.2
267+
* Merge pull request [#14](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/14) from awslabs/dependabot/npm_and_yarn/docs/elliptic-6.5.4
268+
* Merge pull request [#13](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/13) from sliedig/develop
269+
* Merge pull request [#12](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/12) from sliedig/develop
270+
* Merge pull request [#11](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/11) from awslabs/dependabot/npm_and_yarn/docs/socket.io-2.4.1
271+
* Merge pull request [#10](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/10) from awslabs/dependabot/npm_and_yarn/docs/ini-1.3.8
272+
* Merge pull request [#9](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/9) from awslabs/dependabot/npm_and_yarn/docs/object-path-0.11.5
273+
* Merge pull request [#7](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/7) from t1agob/develop
274+
* Merge pull request [#8](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/8) from sliedig/develop
275+
* Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/5) from sliedig/develop
276+
* Merge pull request [#4](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/4) from sliedig/develop
277+
* Merge pull request [#3](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/3) from sliedig/develop
278+
* Merge pull request [#2](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/2) from awslabs/dependabot/npm_and_yarn/docs/prismjs-1.21.0
279+
* Merge pull request [#1](https://github.com/awslabs/aws-lambda-powertools-dotnet/issues/1) from sliedig/develop
280+
281+
282+
[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-dotnet/compare/v1.0.1...HEAD
283+
[v1.0.1]: https://github.com/awslabs/aws-lambda-powertools-dotnet/compare/v1.0.0...v1.0.1
284+
[v1.0.0]: https://github.com/awslabs/aws-lambda-powertools-dotnet/compare/v0.0.2-preview...v1.0.0
285+
[v0.0.2-preview]: https://github.com/awslabs/aws-lambda-powertools-dotnet/compare/v0.0.1-preview.1...v0.0.2-preview

0 commit comments

Comments
 (0)