Skip to content

Commit

Permalink
Prepare new releases (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Jan 15, 2022
1 parent 5c13ef1 commit 558fd52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee

## UNRELEASED

## 1.2.0

* Support for PHP 8.1
* Drop support for PHP < 7.4
* Allow psr/cache: ^1.0 || ^2.0

## 1.1.0

### Added
Expand Down

8 comments on commit 558fd52

@roberttolton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When can this be released?

@roberttolton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Nyholm any update?

@Nyholm
Copy link
Member Author

@Nyholm Nyholm commented on 558fd52 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Released!

=)

@roberttolton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks @Nyholm !

This may be pushing my luck, but would it be possible to allow psr/cache ^3.0 too?
It's because the Auth0 login package auth0/login requires ^3.0 minimum now..

@Nyholm
Copy link
Member Author

@Nyholm Nyholm commented on 558fd52 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I remember correctly, that is a BC break. I cannot support psr/cache ^3.0 without a new major version.

The Fig suggest to make auth0/login require ^2.0 || ^3.0

Your alternative is to look at symfony/cache

@roberttolton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From what I can see, auth0/login is going to stick with ^3.0 because of some other upstream dependencies.

Thanks for your note regarding symfony/cache, I'll take a look into it.

(Or, how much in terms of 💰or ☕️ for a new major version? 😆)

@Nyholm
Copy link
Member Author

@Nyholm Nyholm commented on 558fd52 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you send your 💰or ☕️ better on looking into symfony/cache. It is actively maintained. And it is a full community behind it with way more smarted people than me.

It also has some cool feature that php-cache does not support. Ie stampede protection.

@roberttolton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough, thank you for your time and work on this package! 😊

Please sign in to comment.