Skip to content

Commit

Permalink
Added release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Nov 13, 2024
1 parent 971e9cc commit 737934f
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
53 changes: 53 additions & 0 deletions src/site/content/blog/2024/11/apache-shiro-202-released.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
////
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.
////

= 2.0.2 available
:jbake-author: Lenny Primak
:jbake-date: 2024-11-13 00:00:00
:jbake-type: post
:jbake-status: published
:jbake-tags: blog, release
:idprefix:
:icons: font

The Apache Shiro team is pleased to announce the release of Apache Shiro version 2.0.2.

This release is available for download now.

== Release Highlights
This is a maintenance release that includes several bug fixes and improvements, and many dependency updates.

* Fix creating subjects from a SubjectFactory that disables session-creation
* Follow desired request scheme when doing redirection

== All changes

You can learn more on link:https://github.com/apache/shiro/releases/tag/shiro-root-2.0.2[GitHub, Release 2.0.2].

== Download

Download and verification instructions are available link:/download.html[on our download page].

== Documentation

For more information on link:/documentation.html[Shiro, please read the documentation.]

Enjoy!

The Apache Shiro Team
6 changes: 4 additions & 2 deletions src/site/data/releases.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
# for each release, update this variable with the latest version.
latestRelease: "2.0.1"
latestRelease: "2.0.2"
# for each alpha release, update this variable with the latest alpha version.
# it can be dropped after shiro 2 goes final.
latestAlphaRelease: "2.0.0-alpha-4"

# also add or replace the latest version here.
versionInfo:
'2.0.2':
releaseDate: 2024-11-13
'2.0.1':
releaseDate: 2024-05-30
'2.0.0':
Expand Down Expand Up @@ -307,7 +309,7 @@ releases:
- sha512

shiro20x:
version: 2.0.1
version: 2.0.2
artifacts:
- shiroCore
- shiroWeb
Expand Down

0 comments on commit 737934f

Please sign in to comment.