Skip to content

Commit

Permalink
Bump to version 0.7.0 Atika Inu
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinomso Ikwuagwu committed Jan 21, 2024
1 parent 8f3a438 commit d44a035
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [ [0.6.0](https://github.com/poshjosh/rate-limiter-spring/tree/v0.6.0) ] - 2024-01-21
## [ [0.7.0](https://github.com/poshjosh/rate-limiter-spring/tree/v0.7.0) ] - 2024-01-21

### Added

- Added RateLimiterFactory to replace ResourceLimiter
- Added method RateConfig.getParentOptional()
- Added more performance tests

### Changed

- Revamp logic for matching rate conditions
- Renamed @Rate.name to @Rate.id
- Renamed @RateGroup.name to @RateGroup.id
- Renamed ElementId to RateId
- Renamed all ResourceLimiterXXX to RateLimiterXXX
- Renamed all ResourceLimitingXXX to RateLimitingXXX
- Renamed all ResourceLimiterConfigXXX to RateLimiterContextXXXX

### Removed

- Removed ResourceLimiter and UsageListener
- Streamlined the methods in RateLimiterRegistry
- Moved RateLimiterProperties and RateLimiterRegistry to project rate-limiter-annotation

## [ [0.6.0](https://github.com/poshjosh/rate-limiter-spring/tree/v0.6.0) ] - 2024-01-12

### Changed

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.2.5.RELEASE</spring-boot.version>
<spring.version>5.2.4.RELEASE</spring.version>
<rate-limiter.version>0.7.0-SNAPSHOT</rate-limiter.version>
<rate-limiter.version>0.7.0</rate-limiter.version>
<javax.servlet.version>4.0.1</javax.servlet.version>
<it.skip>true</it.skip>
<tests.skip>false</tests.skip>
Expand Down

0 comments on commit d44a035

Please sign in to comment.