geo6 / geocoder

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

Bump zendframework/zend-expressive-session-ext from 1.0.1 to 1.1.0 #32

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps zendframework/zend-expressive-session-ext from 1.0.1 to 1.1.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.1.0 > Added > ----- > > - Nothing. > > Changed > ------- > > - [#12](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/pull/12) updates the `PhpSessionPersistence` class such that it is now responsible for > emitting the various cache limiter headers (`Expires`, `Cache-Control`, `Last-Modified`, and `Pragma`) normally > emitted by ext-session and controlled by the `session.cache_limiter` and `session.cache_expire` INI settings. > This approach ensures that those headers are not overwritten by ext-session if set elsewhere in your > application. > > - [#9](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/pull/9) swaps a call to `session_commit` to `session_write_close` withing `PhpSessionPersistence`, > as the former is an alias for the latter. > > Deprecated > ---------- > > - Nothing. > > Removed > ------- > > - Nothing. > > Fixed > ----- > > - [#13](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/pull/13) fixes an issue whereby a new session cookie is not always sent > following an ID regeneration.
Changelog *Sourced from [zendframework/zend-expressive-session-ext's changelog](https://github.com/zendframework/zend-expressive-session-ext/blob/master/CHANGELOG.md).* > ## 1.1.0 - 2018-05-10 > > ### Added > > - Nothing. > > ### Changed > > - [#12](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/pull/12) updates the `PhpSessionPersistence` class such that it is now responsible for > emitting the various cache limiter headers (`Expires`, `Cache-Control`, `Last-Modified`, and `Pragma`) normally > emitted by ext-session and controlled by the `session.cache_limiter` and `session.cache_expire` INI settings. > This approach ensures that those headers are not overwritten by ext-session if set elsewhere in your > application. > > - [#9](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/pull/9) swaps a call to `session_commit` to `session_write_close` withing `PhpSessionPersistence`, > as the former is an alias for the latter. > > ### Deprecated > > - Nothing. > > ### Removed > > - Nothing. > > ### Fixed > > - [#13](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/pull/13) fixes an issue whereby a new session cookie is not always sent > following an ID regeneration.
Commits - [`0735a9a`](https://github.com/zendframework/zend-expressive-session-ext/commit/0735a9ab2a09eae52a7793fa5722dc7ac848d048) Merging develop to master in preparation for 1.1.0 release. - [`63d873d`](https://github.com/zendframework/zend-expressive-session-ext/commit/63d873d4ac26c516c6925d4f4d588772c6ffa320) Sets 1.1.0 release date in CHANGELOG - [`06877a6`](https://github.com/zendframework/zend-expressive-session-ext/commit/06877a6723a4332239ae12e9136bc164b3c1b5d9) Updates branch aliases - [`051c0f5`](https://github.com/zendframework/zend-expressive-session-ext/commit/051c0f5639a0929fa7700c24ffe11e5579b60cac) Merges 1.0.2 and 1.1.0 CHANGELOG entries - [`a71ec49`](https://github.com/zendframework/zend-expressive-session-ext/commit/a71ec49b8c9bcc2ee55b138225091de4a42c7c19) Merge branch 'hotfix/15' into develop - [`eb81c31`](https://github.com/zendframework/zend-expressive-session-ext/commit/eb81c313b7c9e1497ca9b31ec6f36112a321e087) Merge branch 'hotfix/15' - [`4f279ff`](https://github.com/zendframework/zend-expressive-session-ext/commit/4f279ff3a9b935d3658aeb84353a7372b5582d7e) Merge pull request [#15](https://github-redirect.dependabot.com/zendframework/zend-expressive-session-ext/issues/15) from pine3ree/patch-2 - [`afdc452`](https://github.com/zendframework/zend-expressive-session-ext/commit/afdc45237745c997e57a028c435db25e3b70633c) Merge branch 'hotfix/14' into develop - [`c3a4240`](https://github.com/zendframework/zend-expressive-session-ext/commit/c3a4240bf8c4d79682aa61beb22e2b74c0d96762) Merge branch 'hotfix/14' - [`c8223cc`](https://github.com/zendframework/zend-expressive-session-ext/commit/c8223cc4e6ffbf1be7da93db125561fbf783e45d) Merge branch 'feature/12' into develop - Additional commits viewable in [compare view](https://github.com/zendframework/zend-expressive-session-ext/compare/1.0.1...1.1.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 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 (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default to be assigned for future PRs for this repo and language - `@dependabot use (this|these) assignees[s]` will set the current assignees as the default for future PRs for this repo and language 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) - 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.