Skip to content

Commit

Permalink
Prepare release/1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed May 18, 2024
1 parent 51e0b6c commit f7f7d77
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Security

## [1.2.6] - 2024-05-19
### Added
- Aggiunta nota sul file README.md riguardo l'uso di Podman rispetto a Docker
- Aggiunta nuova operation `createHorses()` per inserire più Horse in una sola chiamata
- Aggiunta nuova operation `countHorses()` per contare il numero di Horse
- Aggiunta nuova operation `deleteHorses()` per eliminare tutti gli Horse
- Aggiunti nuovi test per le nuove operazioni

### Changed
- Aggiornamento operation `getAllHorses()` per accettare il parametro `limit` con l'obiettivo di limitare il numero di Horse restituiti
- Aggiornamento scenario di test JMeter `scenario_2.jmx` per includere le nuove operazioni
- Uso di `Instant.now()` per la generazione del tracking invece di `LocalDateTime.now()`

### Fixed
- Removed unused import in `HorseRepositoryResources`
- Rivista `@Order` annotation per i test

## [1.2.5] - 2024-05-14
### Changed
- Aggiornamento del file README.md sezione Scenari di Test con JMeter e Taurus
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.dontesta.eventbus</groupId>
<artifactId>eventbus-logging-filter-jaxrs</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
<name>eventbus-logging-filter-jaxrs</name>
<description>Event Bus Logging Filter JAX-RS</description>
<url>https://amusarra.github.io/eventbus-logging-filter-jaxrs-docs</url>
Expand Down

0 comments on commit f7f7d77

Please sign in to comment.