8000 Tags · laminas/laminas-session · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: laminas/laminas-session

Tags

2.17.0

Toggle 2.17.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [2.17.0](https://github.com/laminas/laminas-ses…

…sion/milestone/18)

Feature release (minor)

### 2.17.0

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

#### Enhancement

 - [74: Remove Support for PHP 8.0, Add Support for PHP 8.3](#74) thanks to @glo71317

#### renovate

 - [72: Lock file maintenance](#72) thanks to @renovate[bot]
 - [70: Lock file maintenance](#70) thanks to @renovate[bot]
 - [69: Lock file maintenance, `ReflectionObject::getProperty()` expects non-empty-string](#69) thanks to @renovate[bot]
 - [68: Lock file maintenance](#68) thanks to @renovate[bot]

2.16.0

Toggle 2.16.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [2.16.0](https://github.com/laminas/laminas-ses…

…sion/milestone/16)

Feature release (minor)

### 2.16.0

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

#### renovate

 - [67: Upgrade type definitions, upgrade to `vimeo/psalm:^5` declare generic types for container objects](#67) thanks to @renovate[bot]

#### Duplicate,renovate

 - [66: Update dependency vimeo/psalm to v5](#66) thanks to @renovate[bot]

2.15.0

Toggle 2.15.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [2.15.0](https://github.com/laminas/laminas-ses…

…sion/milestone/14)

Feature release (minor)

### 2.15.0

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

#### Enhancement

 - [64: Apply PHP 8.0 Syntax and constructor promotion](#64) thanks to @samsonasik

2.14.0

Toggle 2.14.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [2.14.0](https://github.com/laminas/laminas-ses…

…sion/milestone/12)

Feature release (minor)

### 2.14.0

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

#### Enhancement

 - [63: Drop support php 7, add php 8.2 support](#63) thanks to @fezfez

#### Duplicate,Enhancement

 - [60: Add support for PHP 8.2 to composer.json](#60) thanks to @TimWolla

#### renovate

 - [59: Lock file maintenance](#59) thanks to @renovate[bot]

2.13.0

Toggle 2.13.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [2.13.0](https://github.com/laminas/laminas-ses…

…sion/milestone/9)

Feature release (minor)

### 2.13.0

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

#### Enhancement

 - [57: Setup Psalm](#57) thanks to @gsteel
 - [56: Apply PHP 7.4 syntax and typed property](#56) thanks to @samsonasik
 - [54: Drop support for PHP 7.3](#54) thanks to @gsteel
 - [52: Psalm integration](#52) thanks to @simonefuoco
 - [51: Prepare for Renovate with reusable workflows](#51) thanks to @ghostwriter

#### renovate

 - [53: Configure Renovate](#53) thanks to @renovate[bot]

#### Bug

 - [49: Merge release 2.12.1 into 2.13.x](#49) thanks to @github-actions[bot]

2.12.1

Toggle 2.12.1's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [2.12.1](https://github.com/laminas/laminas-ses…

…sion/milestone/8)

2.12.x bugfix release (patch)

### 2.12.1

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

#### Bug

 - [48: Clear metadata even if session key didn't exist](#48) thanks to @omarkdev and @Piescko

2.12.0

Toggle 2.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [2.12.0](https://github.com/laminas/laminas-ses…

…sion/milestone/7)

Feature release (minor)

### 2.12.0

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

#### Enhancement,Work In Progress

 - [45: PHP 8.1 support](#45) thanks to @boesing

2.11.0

Toggle 2.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [2.11.0](https://github.com/laminas/laminas-ses…

…sion/milestone/4)

### Added

- This release adds support for `cookie_samesite` when defining your session cookie parameters.

### 2.11.0

- Total issues resolved: **3**
- Total pull requests resolved: **3**
- Total contributors: **5**

#### Enhancement

 - [44: Add GitHub CI](#44) thanks to @ghostwriter and @froschdesign
 - [37: Add cookie_samesite parameter](#37) thanks to @xmorave2 and @roelvanduijnhoven

#### Bug,Documentation

 - [39: Fixes #38 - Missing dependency on laminas-http](#39) thanks to @froschdesign
 - [38: Missing dependency on laminas-http](#38) thanks to @devicenull

2.10.0

Toggle 2.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
## 2.10.0 - 2020-10-31

### Added

- [#35](#35) Adds PHP 8.0 support

### Deprecated

- [#35](#35) Marks some methods in `StandardConfig` and `SessionConfig` as deprecated as the functionality behind these methods was dropped in PHP 7.1
  - `StandardConfig::setEntropyFile`
  - `StandardConfig::getEntropyFile`
  - `StandardConfig::setEntropyLength`
  - `StandardConfig::getEntropyLength`
  - `StandardConfig::setHashFunction`
  - `StandardConfig::getHashFunction`
  - `StandardConfig::setHashBitsPerCharacter`
  - `StandardConfig::getHashBitsPerCharacter`
  - `SessionConfig::setHashFunction`
  - `SessionConfig::setHashBitsPerCharacter`

- [#35](#35) Marks the `AbstractValidatorChain`, `ValidatorChainTrait` and `AbstractValidatorChainEM3` as deprecated as they can be replaced by using the `ValidatorChain` instead.

### Removed

- [#35](#35) Removed compatibility with laminas-eventmanager v2

-----

### Release Notes for [2.10.0](https://github.com/laminas/laminas-session/milestone/2)

### 2.10.0

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

#### Enhancement,hacktoberfest-accepted

 - [35: PHP 8 support](#35) thanks to @rieschl

2.9.3

Toggle 2.9.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michalbundyra Michał Bundyra
laminas-session 2.9.3

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Fixed `replace` version constraint in composer.json so repository can be used as replacement of `zendframework/zend-session:^2.9.1`.
0