Releases: storyblok/storyblok-php-client
Releases · storyblok/storyblok-php-client
v2.6.3
What's Changed
- Upgrading styles with new PHP CS Fixer rules by @roberto-butti in #99
- Adding compatibility for symfony/cache 7 by @roberto-butti in #103
Full Changelog: v2.6.2...v2.6.3
v2.6.2
What's Changed
- fix: set from_release parameter in getStories if release is set for client by @hoersamu in #93
- Update readme with new regions. by @joaokamun in #97
New Contributors
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
- INT-979 Added agent headers to every request by @joaokamun in #91
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- Feature/update changelog by @roberto-butti in #85
- Fix/int-859-level by @roberto-butti in #87
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- Create CHANGELOG.md by @roberto-butti in #71
- [FEATURE] Adds getAll() method to BaseClient by @web-dev-passion in #61
- adding tests for getAll method by @roberto-butti in #73
- added default_lifetime option as TTL value for caching by @roberto-butti in #72
- Feature: Introducing Static Code Analysis, PHPStan and refactor by @roberto-butti in #75
- Static code analysis: PHPstan level 5 by @roberto-butti in #79
- Static code analysis: PHPstan level 4 by @roberto-butti in #78
- Fix/54 reset cache by @roberto-butti in #80
- Fix/avoid array cast by @roberto-butti in #81
- Fix the resolveRelations() method for the case with relations with n… by @roberto-butti in #83
- fix typo by @axkirillov in #82
New Contributors
- @web-dev-passion made their first contribution in #61
- @axkirillov made their first contribution in #82
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Update documentation in the README file by @roberto-butti in #67
- PHP 8.2 compatibility by @roberto-butti in #66
- Feature/60 replace apixcache symfonycache by @roberto-butti in #68
- Update README.md by @roberto-butti in #69
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Feature/readme updates by @christianzoppi in #38
- INT-249 - Add pull request template by @joaokamun in #42
- Always send language options by @cmuench in #45
- INT-186 - Improvements on CI by @joaokamun in #43
- fix deprecation in http_build_query by @pscheit in #36
- ignoring .phpunit.result.cache .phpunit.result.cache by @roberto-butti in #47
- INT 283 - Add tests to improve maintainability by @joaokamun in #46
- docs: relationships and links resolving in README by @christianzoppi in #48
- composer run for launching code quality by @roberto-butti in #49
- test tags by @roberto-butti in #51
- cleaning hidden and ignored files by @roberto-butti in #52
- Update readme for Datasource example by @roberto-butti in #53
INT-531
- docs(INT-531): update readme to us region by @thiagosaife in #58- docs(INT-531): update readme to us region by @thiagosaife in #59
New Contributors
- @cmuench made their first contribution in #45
- @pscheit made their first contribution in #36
- @roberto-butti made their first contribution in #47
- @thiagosaife made their first contribution in #58
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- INT-157: Added API region by @joaokamun in #37
- Feature/ssl param mapi by @christianzoppi in #41
New Contributors
- @joaokamun made their first contribution in #37
Full Changelog: V2.1.0...v2.2.0
V2.1.0
What's Changed
- Add support for i18n content retrieval by @lucadegasperi in #27
New Contributors
- @lucadegasperi made their first contribution in #27
Full Changelog: v2.0.0...V2.1.0
Feature/api v2
This new release adds support for the CDN API V2. Features implemented are:
- the new default API version is "v2";
- resolved relations and links are injected in the story objects;
- in case the relations and links limits are hit, the client will perform more requests to make up for the missing stories.