geo6 / geocoder

GNU General Public License v3.0
2 stars 0 forks source link

Bump zendframework/zend-expressive-session-ext from 1.1.1 to 1.3.0 #125

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps zendframework/zend-expressive-session-ext from 1.1.1 to 1.3.0.

Release notes *Sourced from [zendframework/zend-expressive-session-ext's releases](https://github.com/zendframework/zend-expressive-session-ext/releases).* > ## zend-expressive-session-ext 1.3.0 > Added > ----- > > - [#29](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/pull/29) adds support for the zend-expressive-session `SessionCookiePersistenceInterface`. > Specifically, `PhpSessionPersistence::persistSession()` now consults the > session instance for a requested session duration, using it if present, even > if a `session.cookie_lifetime` INI value was previously set. > > Changed > ------- > > - Nothing. > > Deprecated > ---------- > > - Nothing. > > Removed > ------- > > - Nothing. > > Fixed > ----- > > - Nothing. > > ## zend-expressive-session-ext 1.2.0 > Added > ----- > > - [#24](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/pull/24) adds support for `session.cookie_lifetime` configuration. When > present, the generated session cookie will be provided with an expiration date > based on that value. > > Changed > ------- > > - Nothing. > > Deprecated > ---------- > > - Nothing. > > Removed > ------- > > ... (truncated)
Changelog *Sourced from [zendframework/zend-expressive-session-ext's changelog](https://github.com/zendframework/zend-expressive-session-ext/blob/master/CHANGELOG.md).* > ## 1.3.0 - 2018-10-31 > > ### Added > > - [#29](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/pull/29) adds support for the zend-expressive-session `SessionCookiePersistenceInterface`. > Specifically, `PhpSessionPersistence::persistSession()` now consults the > session instance for a requested session duration, using it if present, even > if a `session.cookie_lifetime` INI value was previously set. > > ### Changed > > - Nothing. > > ### Deprecated > > - Nothing. > > ### Removed > > - Nothing. > > ### Fixed > > - Nothing. > > ## 1.2.0 - 2018-09-12 > > ### Added > > - [#24](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/pull/24) adds support for `session.cookie_lifetime` configuration. When > present, the generated session cookie will be provided with an expiration date > based on that value. > > ### Changed > > - Nothing. > > ### Deprecated > > - Nothing. > > ### Removed > > - Nothing. > > ### Fixed > > - [#25](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/pull/25) fixes a situation where creating a new session with no data was > always creating a `SetCookie` header. It now correctly skips creating the header.
Commits - [`4042517`](https://github.com/zendframework/zend-expressive-session-ext/commit/40425178d89e7fdc2785870ed5cc4381e2346e55) Merging develop to master in preparation for 1.3.0 release. - [`a7109c9`](https://github.com/zendframework/zend-expressive-session-ext/commit/a7109c95a546f30648fbc6ee42b3c63ac52c258c) Bumped branch aliases - [`6cce953`](https://github.com/zendframework/zend-expressive-session-ext/commit/6cce953cae59c2c57467c240339a4477505b3310) Updates CHANGELOG for [#29](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/issues/29) - [`e96c44c`](https://github.com/zendframework/zend-expressive-session-ext/commit/e96c44ca0b432bce90e46f7cf03df296d99e5dcb) Removes empty 1.2.1 CHANGELOG entry - [`f0d4569`](https://github.com/zendframework/zend-expressive-session-ext/commit/f0d4569a91c56afb72586d3803411ab2d76621ed) Adds php-nightly to build matrix - [`561d934`](https://github.com/zendframework/zend-expressive-session-ext/commit/561d9346382354f07a34962215bd7e045321fb18) Use session persistence duration when available - [`be128fa`](https://github.com/zendframework/zend-expressive-session-ext/commit/be128fa9bfd0b7528e627205a1293c34eaf394d9) Update to zend-expressive-session 1.2.0 - [`d2f83d1`](https://github.com/zendframework/zend-expressive-session-ext/commit/d2f83d1c69d2f99271ec98f9eacf2b483570a3cd) Merge pull request [#28](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/issues/28) from samsonasik/patch-1 - [`ef3685e`](https://github.com/zendframework/zend-expressive-session-ext/commit/ef3685e6643c1ddc679517cc9613c528a19d919d) add dflydev/fig-cookies ^2.0 support - [`e53b857`](https://github.com/zendframework/zend-expressive-session-ext/commit/e53b857ac7f0c115e10468114a6aa9841a18345c) Bumped version - Additional commits viewable in [compare view](https://github.com/zendframework/zend-expressive-session-ext/compare/1.1.1...1.3.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.