Skip to content

Commit 44b60fb

Browse files
committed
cleaned up changelog
1 parent fee53b6 commit 44b60fb

1 file changed

Lines changed: 2 additions & 192 deletions

File tree

CHANGE_LOG.md

Lines changed: 2 additions & 192 deletions
Original file line numberDiff line numberDiff line change
@@ -1,207 +1,17 @@
11
## v0.1.0
22
### What is changed
33

4-
- Added ExtendedIterator class.
5-
- applied new format
6-
- added comparator and contains method override to RingBuffer
7-
- fixed issues with repositories
8-
- Update PR_check.yml
9-
- Update Merge_check.yml
10-
- Update README.md
11-
- removed build_site and fixed site deploy
12-
- fixed jdk version property
13-
- added site and site deploy
14-
- added CompressionType compress/decompress byte[]
15-
- Add http result strings (#37)
16-
- Add minimum delay to Backoff (#36)
17-
- refactored enum-validator for case sensitivity
18-
- Add io.aiven.commons.strings.Version to process versions (#32)
19-
- Add CompressionType to IO (#26)
204
- Add EnumValidator fixed UrlValidator (#27)
21-
- added sign profile
22-
- Update publish.yml
23-
- fixed documentation landing page
24-
25-
## v0.0.1`
26-
### What is changed
27-
28-
- initial
29-
- applied new format
30-
## v0.1.0
31-
### What is changed
32-
33-
- Merge pull request #6 from Aiven-Open/aindriu-aiven/add-hide-doc-mechanism
34-
- Add capcbility to hide config from documentation by using the internal config flag
35-
- Merge pull request #5 from Aiven-Open/aindriu-aiven/filter-internal-config
5+
- Add capability to hide config from documentation by using the internal config flag
366
- By default filtering out internal configuration
37-
- Revert "Update the format and tests related to using NO_DEFAULT_FORMAT (#3)" (#4)
38-
- Update the format and tests related to using NO_DEFAULT_FORMAT (#3)
39-
- Merge pull request #2 from Aiven-Open/apply-formatting
40-
- applied format
41-
- Beautify the code
42-
- Merge pull request #1 from Aiven-Open/aiven-common-changes
43-
- fixed scm errors
44-
- added badges to readme and site
45-
- added site information into pom
46-
- added maven repository
47-
- Merge remote-tracking branch 'origin/aiven-common-changes' into aiven-common-changes
48-
- updated repositories in pom
49-
- Update pom.xml
50-
- changes for aiven-common changes
51-
- updated license url
52-
- updated name
53-
- fixed build
54-
- fixed setup-java version issue
55-
- fixed site
56-
- set jdk.version property
57-
- fixed up dependencies
58-
- Merge remote-tracking branch 'aiven-commons/main'
59-
- Merge pull request #41 from Aiven-Open/update-testkit
60-
- Merge pull request #40 from Aiven-Open/update-compressionType
61-
- added overrides to kafak startup
62-
- initial checkin
63-
- Initial commit
64-
- compress/decompress byte[] + tests
657
- Add setting ConfigDefBean with a property file (#38)
66-
- Add http result strings (#37)
67-
- Add minimum delay to Backoff (#36)
68-
- Merge pull request #31 from Aiven-Open/ryanskraba/enum-validator-doc
69-
- Merge pull request #35 from Aiven-Open/ryanskraba/module-cleanup
70-
- Add missing module-info for build
71-
- Refactor for case sensitivity
72-
- Add io.aiven.commons.strings.Version to process versions (#32)
73-
- Add CompressionType to IO (#26)
74-
- Improve EnumValidator docs and tests
75-
- Add EnumValidator fixed UrlValidator (#27)
76-
- Update Merge_check.yml
77-
- Merge pull request #30 from Aiven-Open/fix-build-issue
78-
- added sign profile
79-
- Merge pull request #29 from Aiven-Open/Claudenw-patch-4
80-
- Update publish.yml
81-
- Merge pull request #28 from Aiven-Open/update-system-version
82-
- updates system version
83-
- Merge pull request #25 from Aiven-Open/create_documentation
84-
- Updated as per review
85-
- Apply suggestion from @aindriu-aiven
86-
- Apply suggestion from @aindriu-aiven
87-
- Apply suggestion from @aindriu-aiven
88-
- Apply suggestion from @aindriu-aiven
89-
- Apply suggestion from @aindriu-aiven
90-
- Apply suggestion from @aindriu-aiven
91-
- Apply suggestion from @aindriu-aiven
92-
- Apply suggestion from @aindriu-aiven
93-
- Apply suggestion from @aindriu-aiven
94-
- Apply suggestion from @aindriu-aiven
95-
- fixed documentation landing page
96-
- Added CommonConfigDef documentation to site navigation
97-
- added package info for kafka config docs
98-
- Merge remote-tracking branch 'origin/create_documentation' into create_documentation
99-
- fixed README issue
100-
- removed velocity module as it was mergeed into kafka-config
101-
- Added CommonConfigDef documentation
102-
- Update kafka-config/src/site/markdown/ConfigFragmentUsage.md
103-
- Update kafka-config/src/site/markdown/CommonConfigUsage.md
104-
- cleanedd up code
105-
- updated tests
106-
- documentation changes
107-
- Merge pull request #24 from Aiven-Open/google-utils_1.2.0-SNAPSHOT
108-
- changed google-utils version to 1.2.0-SNAPSHOT
109-
- Merge pull request #23 from Aiven-Open/google-utils_v1.1.0
110-
- updated version
111-
- updated release notes
112-
- set google-utils to v1.1.0
113-
- Merge pull request #22 from Aiven-Open/release_system_1.1.0
114-
- updates as per review
115-
- release system 1.1.0
116-
- Merge pull request #20 from Aiven-Open/switch_GCPValidator_to_system_properties
117-
- changes as per review
118-
- Merge pull request #21 from Aiven-Open/add_setVersionOnly_to_SinceInfo
119-
- fixed SystemCheck and GPCValidatorTest
120-
- Switched GPCValidator to use System.properties
121-
- Added setVersionOnly
122-
- Merge pull request #19 from Aiven-Open/add_SinceInfoMapBuilder
123-
- added missing license
124-
- added SinceInfoMapBuilder and tests
125-
- Merge pull request #18 from Aiven-Open/fix_build_issue
126-
- disabled javadoc for kafka-testkit
127-
- added strings module-info
128-
- Merge pull request #17 from Aiven-Open/add-SinceInfo-to-kafka-config
129-
- fixed javadoc
130-
- fixed cased string issues
131-
- fixed javadoc errors
132-
- fixed typo
133-
- Fixed tests and javadocs
134-
- added SinceInfo
135-
- updated profiles
136-
- updated CasedString
137-
- added badges
138-
- Adjusted workflows
139-
- Update Merge_check.yml
140-
- Update Merge_check.yml
141-
- Update Merge_check.yml
142-
- updated checks
143-
- Update publish.yml
144-
- Update publish.yml
145-
- Update publish.yml
146-
- Update publish.yml
147-
- another attempt
148-
- trying with sonotype id
149-
- change to 'central' server name
150-
- testing with my ID
151-
- synchronized repository name
152-
- Merge pull request #16 from Aiven-Open/Claudenw-patch-2
153-
- Update publish.yml
154-
- Merge pull request #15 from Aiven-Open/Claudenw-patch-1
155-
- Update publish.yml
156-
- Merge pull request #14 from Aiven-Open/Add-deployment
157-
- fixed copyright notices
158-
- added publish workflow and supporting maven profiles
159-
- Merge pull request #13 from Aiven-Open/update_snapshot_versions
160-
- Update commons, google-utils, and system to SNAPSHOT versions
161-
- Merge pull request #12 from Aiven-Open/cleanup_release
162-
- fixed build warnings
163-
- Changes to meet publishing requirements
164-
- Release google-utils 1.0.0 and associated components.
165-
- changed version numbers for google-utils release
166-
- Merge pull request #9 from Aiven-Open/create-suite-build
167-
- updated as per review
168-
- fixed formatting
169-
- fixed kafka-testkit build
170-
- fixed dependency issue
171-
- fixed dependency issue
172-
- fixed legacy repository issue
173-
- fixed repository issue
174-
- added PR and commits build
175-
- added missing gitignore
176-
- added build-all profile to build all modules
177-
- Merge pull request #6 from Aiven-Open/add-google-utils
178-
- added missing file
179-
- Cleaned up kafka-testkit
180-
- added google-utils and supporting changes
181-
- Merge pull request #5 from Aiven-Open/add_timing_module
182-
- updated as per review
183-
- added timing module
184-
- Merge pull request #4 from Aiven-Open/update-kafka-config-module
185-
- Apply suggestions from code review
186-
- Apply suggestion from @aindriu-aiven
187-
- Apply suggestion from @aindriu-aiven
188-
- added fragments and validators and tests
189-
- Merge pull request #3 from Aiven-Open/fix_scale_issues
190-
- Merge pull request #7 from Aiven-Open/main
191-
- Merge pull request #2 from Aiven-Open/Master+pom_2-SNAPSHOT_version
192-
- cleaned up code and added comments
193-
- fixed issues with scale
194-
- updated master pom version to 2-SNAPSHOT
195-
1968

1979
### Co-authored by
19810

19911
- Aindriu Lavelle
200-
- Aindriú Lavelle
20112
- Claude Warren
20213
- Ryan Skraba
20314

20415

20516
### Full Changelog
206-
https://github.com/Aiven-Open/aiven-commons/compare/commons-1...0.1.0
207-
17+
https://github.com/Aiven-Open/aiven-commons/compare/commons-1...v0.1.0

0 commit comments

Comments
 (0)