Releases: yuriytkach/fundraiser-tracker
Release v3.3.1
Release v3.3.0
3.3.0 (2023-12-25)
Features
Documentation
- Update README.md (7b8b329)
Build Systems
- Fix jacoco report path on upload (2041dfc)
- Jacoco reports for unit and IT separately (1ec0566)
- Publish coverage reports from all jobs (7527ba3)
- Set version to 3.3.0 (36e65f0), closes #240 #232
- Update process-artifacts.yml (62d61b9)
- deps: bump com.github.spotbugs:spotbugs-annotations (#232) (a55fb42)
- Update sweep.yaml (62878f4)
Release v3.2.3
Release v3.2.2
3.2.2 (2023-12-05)
Tests
- Move IT tests into src/integrationTest (24a5d0c)
Build Systems
- deps: bump com.github.spotbugs:spotbugs-annotations (#222) (e4d0fb9)
- deps: bump com.github.spotbugs:spotbugs-annotations (#224) (5d790e1)
- deps: bump com.github.spotbugs:spotbugs-annotations (#227) (2c4e539)
- deps: bump io.freefair.lombok from 8.2.1 to 8.2.2 (#214) (d2ee902)
- deps: bump io.freefair.lombok from 8.2.2 to 8.3 (#217) (e24515b)
- deps: bump io.freefair.lombok from 8.3 to 8.4 (#220) (d2ee0a7)
- deps: bump one.util:streamex from 0.8.1 to 0.8.2 (#218) (c7442e9)
- deps: bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.5.0 (#216) (0c49979)
- deps: bump org.mockito:mockito-junit-jupiter from 5.5.0 to 5.6.0 (#221) (c2ab065)
- deps: bump org.mockito:mockito-junit-jupiter from 5.6.0 to 5.7.0 (#223) (349543c)
- deps: bump org.mockito:mockito-junit-jupiter from 5.7.0 to 5.8.0 (#228) (9d9d566)
- deps: bump org.testcontainers:testcontainers-bom (#215) (4fb215a)
- deps: bump org.testcontainers:testcontainers-bom (#219) (f3dbcc0)
- deps: bump org.testcontainers:testcontainers-bom (#225) (9cc723a)
- deps: bump org.testcontainers:testcontainers-bom (#226) (fa9c6fa)
- deps: Update quarkus to 3.2.9 (#229) (2512bcc)
- Add release workflows (982d996)
- Call integration tests in github actions (fea6ea3)
- Fix CodeQL run (63724b6)
- Fix jacoco configuration (06c0872)
- Revised github actions workflows (1ee75a1)
- Set version to 3.2.2 (e88a99a), closes #222 #224 #227 #214 #217 #220 #218 #216 #221 #223 #228 #215 #219 #225 #226 #229
- Try out of increment version workflow (f48c9f2)
- Use personal token for inc version (92e11bd)
Release 3.2.1
New Features:
- Return only active funds in
list
command (#213)
Dependencies Updates:
- Bump io.freefair.lombok from 8.1.0 to 8.2.1
- Update quarkus to 3.2.4
Release 3.2.0
New Features:
- Use Systems Manager instead of Secrets Manager to hold secrets.
Development/Code improvements:
- Chore: fix codacy issues
- Refactor: use text blocks
Dependencies Updates:
- Bump io.freefair.lombok from 8.0.1 to 8.1.0
- Bump org.mockito:mockito-junit-jupiter from 5.3.1 to 5.4.0
- Update to Quarkus 3.1.2 and gradle 8.1.1
- Update to Quarkus 3.2.2
v3.1.1
New Features:
- Filter out min donation from view (NOJIRA)
Other:
- Doc: update readme.md (NOJIRA)
Development/Code improvements:
- Build: add jacoco quarkus extension (NOJIRA)
- Build: another fix for process artifacts (NOJIRA)
- Build: fix jacoco report upload (NOJIRA)
- Build: fix process artifacts (NOJIRA)
- Build: switch to gradle and jdk 17 (NOJIRA)
- Build: update versions of some actions (NOJIRA)
- Chore: use 3d for privatbank sync (NOJIRA)
- Docs: updated readme (NOJIRA)
- Refactor: extracted funders service (NOJIRA)
Dependencies Updates:
- Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (NOJIRA)
- Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (NOJIRA)
- Bump mockito-junit-jupiter from 5.2.0 to 5.3.0 (NOJIRA)
- Bump mockito-junit-jupiter from 5.3.0 to 5.3.1 (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump surefire-plugin.version from 3.0.0 to 3.1.0 (NOJIRA)
- Bump surefire-plugin.version from 3.0.0-m9 to 3.0.0 (NOJIRA)
- Bump testcontainers-bom from 1.17.6 to 1.18.0 (NOJIRA)
- Bump testcontainers-bom from 1.18.0 to 1.18.1 (NOJIRA)
- Update quarkus to 3.0.3 (NOJIRA)
Release 3.0.0
New Features:
- Add privatbank sync api (NOJIRA)
- Many bank accounts for a fund (NOJIRA)
- Save multiple donations in one request (NOJIRA)
- Use secrets manager (NOJIRA)
Dependencies Updates:
- Bump mockito-junit-jupiter from 5.1.1 to 5.2.0 (NOJIRA)
Release v2.1.0
New Features:
- Add edit fund command (NOJIRA)
- Add logging mono hook controller (NOJIRA)
- Add privatbank controller for event (NOJIRA)
- Allow to set monobank account id to fund (NOJIRA)
- Improve slack response (NOJIRA)
- Support fund enable/disable (NOJIRA)
- Track fund from monobank statement (NOJIRA)
Development/Code improvements:
- Build: add pull_request_target to ci action (NOJIRA)
- Build: delete auto-update action (NOJIRA)
- Build: fix codacy api token (NOJIRA)
- Build: ignore dependabot for aws java sdk (NOJIRA)
- Build: pass codacy project token (NOJIRA)
- Build: run codacy in process artifacts workflow (NOJIRA)
- Build: send jacoco coverate to codacy (NOJIRA)
- Build: use codacy project token (NOJIRA)
- Chore: add fund cmd help for update command (NOJIRA)
- Chore: fix checkstyle & pmd issues (NOJIRA)
- Chore: fix checkstyle & pmd rules (NOJIRA)
- Chore: fix more checkstyle & pmd issues (NOJIRA)
- Chore: fix more checkstyle & pmd warnings (NOJIRA)
- Chore: fix more checkstyle & pmd warnings (NOJIRA)
- Docs: add build workflow badge to readme (NOJIRA)
- Docs: add codacy badge to readme (NOJIRA)
- Docs: add codacy coverage badge (NOJIRA)
- Docs: improved readme (NOJIRA)
- Docs: minor fixes readme (NOJIRA)
- Test: add integration test for mono hook (NOJIRA)
Dependencies Updates:
- Bump assertj-core from 3.23.1 to 3.24.0 (NOJIRA)
- Bump assertj-core from 3.24.0 to 3.24.1 (NOJIRA)
- Bump assertj-core from 3.24.1 to 3.24.2 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.256 to 1.12.257 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.257 to 1.12.258 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.258 to 1.12.259 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.259 to 1.12.260 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.260 to 1.12.262 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.262 to 1.12.263 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.263 to 1.12.264 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.264 to 1.12.265 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.265 to 1.12.266 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.266 to 1.12.267 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.267 to 1.12.268 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.268 to 1.12.269 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.269 to 1.12.270 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.270 to 1.12.271 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.271 to 1.12.272 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.272 to 1.12.273 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.273 to 1.12.285 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.285 to 1.12.289 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.289 to 1.12.290 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.290 to 1.12.292 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.292 to 1.12.293 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.293 to 1.12.294 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.294 to 1.12.295 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.295 to 1.12.296 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.296 to 1.12.297 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.297 to 1.12.298 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.298 to 1.12.299 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.299 to 1.12.300 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.300 to 1.12.301 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.301 to 1.12.303 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.303 to 1.12.304 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.304 to 1.12.305 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.305 to 1.12.306 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.306 to 1.12.307 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.307 to 1.12.308 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.308 to 1.12.309 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.309 to 1.12.310 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.310 to 1.12.311 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.311 to 1.12.312 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.312 to 1.12.313 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.313 to 1.12.314 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.314 to 1.12.316 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.316 to 1.12.317 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.317 to 1.12.318 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.318 to 1.12.319 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.319 to 1.12.320 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.320 to 1.12.321 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.321 to 1.12.322 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.322 to 1.12.323 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.323 to 1.12.324 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.324 to 1.12.325 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.325 to 1.12.326 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.326 to 1.12.327 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.327 to 1.12.328 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.328 to 1.12.329 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.329 to 1.12.330 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.330 to 1.12.331 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.331 to 1.12.332 (NOJIRA)
- Bump aws-java-sdk-dynamodb from 1.12.332 to 1.12.333 (NOJIRA)
- Bump lombok from 1.18.24 to 1.18.26 (NOJIRA)
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (NOJIRA)
- Bump mockito-junit-jupiter from 4.10.0 to 4.11.0 (NOJIRA)
- Bump mockito-junit-jupiter from 4.11.0 to 5.0.0 (NOJIRA)
- Bump mockito-junit-jupiter from 4.6.1 to 4.7.0 (NOJIRA)
- Bump mockito-junit-jupiter from 4.7.0 to 4.8.0 (NOJIRA)
- Bump mockito-junit-jupiter from 4.8.0 to 4.8.1 (NOJIRA)
- Bump mockito-junit-jupiter from 4.8.1 to 4.9.0 (NOJIRA)
- Bump mockito-junit-jupiter from 4.9.0 to 4.10.0 (NOJIRA)
- Bump mockito-junit-jupiter from 5.0.0 to 5.1.0 (NOJIRA)
- Bump mockito-junit-jupiter from 5.1.0 to 5.1.1 (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump quarkus.platform.version (NOJIRA)
- Bump spotbugs-annotations from 4.7.1 to 4.7.2 (NOJIRA)
- Bump spotbugs-annotations from 4.7.2 to 4.7.3 (NOJIRA)
- Bump surefire-plugin.version from 3.0.0-m7 to 3.0.0-m8 (NOJIRA)
- Bump surefire-plugin.version from 3.0.0-m8 to 3.0.0-m9 (NOJIRA)
- Bump testcontainers-bom from 1.17.3 to 1.17.4 (NOJIRA)
- Bump testcontainers-bom from 1.17.4 to 1.17.5 (NOJIRA)
- Bump testcontainers-bom from 1.17.5 to 1.17.6 (NOJIRA)
Release 2.0.2
New Features:
Improve output of list and track commands (NOJIRA)
Development/Code improvements:
Refactor: moved patterns to separate class (NOJIRA)
Dependencies Updates:
Bump aws-java-sdk-dynamodb from 1.12.243 to 1.12.244 (NOJIRA)
Bump aws-java-sdk-dynamodb from 1.12.244 to 1.12.245 (NOJIRA)
Bump aws-java-sdk-dynamodb from 1.12.245 to 1.12.246 (NOJIRA)
Bump aws-java-sdk-dynamodb from 1.12.246 to 1.12.247 (NOJIRA)
Bump aws-java-sdk-dynamodb from 1.12.247 to 1.12.248 (NOJIRA)
Bump aws-java-sdk-dynamodb from 1.12.248 to 1.12.249 (NOJIRA)
Bump aws-java-sdk-dynamodb from 1.12.249 to 1.12.251 (NOJIRA)
Bump aws-java-sdk-dynamodb from 1.12.251 to 1.12.252 (NOJIRA)
Bump aws-java-sdk-dynamodb from 1.12.252 to 1.12.253 (NOJIRA)
Bump aws-java-sdk-dynamodb from 1.12.253 to 1.12.254 (NOJIRA)
Bump aws-java-sdk-dynamodb from 1.12.254 to 1.12.255 (NOJIRA)
Bump aws-java-sdk-dynamodb from 1.12.255 to 1.12.256 (NOJIRA)
Bump jsonassert from 1.5.0 to 1.5.1 (NOJIRA)
Bump quarkus.platform.version (NOJIRA)
Bump quarkus.platform.version (NOJIRA)
Bump quarkus.platform.version (NOJIRA)
Bump testcontainers-bom from 1.17.2 to 1.17.3 (NOJIRA)