Skip to content

Commit

Permalink
8.5.0 release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-bukhtoyarov committed Oct 2, 2023
1 parent 936437c commit 67d688d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion asciidoc/src/main/docs/asciidoc/index.adoc
Expand Up @@ -3,7 +3,7 @@ image::./images/white-logo.png[]
endif::[]

== Current version {revnumber} documentation
Release date: `14 Sep 2023`
Release date: `03 Oct 2023`

* http://bucket4j.com/{revnumber}/release-notes.html[{revnumber} Release notes]
* http://bucket4j.com/{revnumber}/toc.html[{revnumber} Reference]
Expand Down
8 changes: 8 additions & 0 deletions asciidoc/src/main/docs/asciidoc/previos-releases.adoc
@@ -1,5 +1,13 @@
== Documentation for previous versions
=== 2023

==== 8.4.0
Release date: `14 Sep 2023`

* http://bucket4j.com/8.4.0/release-notes.html[8.4.0 Release notes]
* http://bucket4j.com/8.4.0/toc.html[8.4.0 Reference]

==== 8.3.0
Release date: `02 May 2023`

* http://bucket4j.com/8.3.0/release-notes.html[8.3.0 Release notes]
Expand Down
5 changes: 1 addition & 4 deletions asciidoc/src/main/docs/asciidoc/release-notes.adoc
Expand Up @@ -2,7 +2,4 @@
Release `{revnumber}`

.The features/enhancements in release scope are following:
* https://github.com/bucket4j/bucket4j/issues/372[#372 Bucket4J for OracleSql]
* https://github.com/bucket4j/bucket4j/issues/400[#400 PostgreSQLadvisoryLockBasedProxyManager does not work with String keys]
* https://github.com/bucket4j/bucket4j/issues/381[#381 Add Listener hook before the thread is parked]
* https://github.com/bucket4j/bucket4j/issues/398[#398 BucketNotFoundException when using Predictive Optimization]
* https://github.com/bucket4j/bucket4j/issues/401[#401 making the builder API to be more close with token-bucket description]
@@ -1,3 +1,22 @@
/*-
* ========================LICENSE_START=================================
* Bucket4j
* %%
* Copyright (C) 2015 - 2023 Vladimir Bukhtoyarov
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
package io.github.bucket4j;

import java.time.Duration;
Expand Down

0 comments on commit 67d688d

Please sign in to comment.