Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: doctrine/cache

Tags

2.2.0

Toggle 2.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.2.0](https://github.com/doctrine/cache/miles…

…tone/40)

Feature release (minor)

### 2.2.0

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **2**

CI
--

 - [405: Remove obsolete dependencies](#405) thanks to @derrabus

#### Documentation

 - [391: Add example of using a PSR-6 cache wrapped in Doctrine Cache interface.](#391) thanks to @beberlei

1.13.0

Toggle 1.13.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [1.13.0](https://github.com/doctrine/cache/mile…

…stone/38)

Feature release (minor)

### 1.13.0

- Total issues resolved: **0**
- Total pull requests resolved: **5**
- Total contributors: **2**

CI
--

 - [403: Skip broken memcached tests](#403) thanks to @derrabus
 - [401: Fix failing test on Symfony 6](#401) thanks to @derrabus
 - [400: Disable fail-fast](#400) thanks to @derrabus

 - [402: Bump tools and update workflows](#402) thanks to @derrabus

#### Enhancement

 - [398: Add reset() to PSR-6 DoctrineProvider](#398) thanks to @alexander-schranz

2.1.1

Toggle 2.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.1.1](https://github.com/doctrine/cache/miles…

…tone/39)

2.1.x bugfix release (patch)

### 2.1.1

- Total issues resolved: **0**
- Total pull requests resolved: **0**
- Total contributors: **0**

1.12.1

Toggle 1.12.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [1.12.1](https://github.com/doctrine/cache/mile…

…stone/37)

1.12.x bugfix release (patch)

### 1.12.1

- Total issues resolved: **0**
- Total pull requests resolved: **3**
- Total contributors: **2**

 - [388: Update branch metadata to reflect current state](#388) thanks to @greg0ire

#### Bug

 - [387: Flush deferred items array on commit](#387) thanks to @greg0ire
 - [381: Fix the PSR-6 wrapping for doctrine caches with a namespace](#381) thanks to @stof

2.1.0

Toggle 2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.1.0](https://github.com/doctrine/cache/miles…

…tone/31)

Feature release (minor)

### 2.1.0

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **2**

#### Improvement

 - [384: Merge release 1.12.0 into 2.1.x](#384) thanks to @github-actions[bot]

#### Documentation

 - [379: Document deprecation of package and remove obsolete docs](#379) thanks to @alcaeus

1.12.0

Toggle 1.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [1.12.0](https://github.com/doctrine/cache/mile…

…stone/28)

This release adds compatibility with `psr/cache` v3 by adding dedicated `CacheItemInterface` implementations for PHP 8.

### 1.12.0

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Improvement

 - [383: Allow psr/cache v3](#383) thanks to @derrabus

2.0.3

Toggle 2.0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.0.3](https://github.com/doctrine/cache/miles…

…tone/36)

2.0.x bugfix release (patch)

### 2.0.3

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

 - [377: Merge release 1.11.3 into 2.0.x](#377) thanks to @github-actions[bot]

1.11.3

Toggle 1.11.3's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [1.11.3](https://github.com/doctrine/cache/mile…

…stone/35)

1.11.x bugfix release (patch)

### 1.11.3

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Bug

 - [376: Fix wrong return type for DoctrineProvider::wrap](#376) thanks to @alcaeus

2.0.2

Toggle 2.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [2.0.2](https://github.com/doctrine/cache/miles…

…tone/34)

2.0.x bugfix release (patch)

### 2.0.2

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

 - [374: Merge release 1.11.2 into 2.0.x](#374) thanks to @github-actions[bot]

1.11.2

Toggle 1.11.2's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [1.11.2](https://github.com/doctrine/cache/mile…

…stone/33)

1.11.x bugfix release (patch)

### 1.11.2

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Documentation

 - [373: Make "@return mixed" explicit on CacheItem::get()](#373) thanks to @nicolas-grekas