Skip to content

Releases: sourcebroker/t3api

4.0.2

21 Oct 21:09
4.0.2
9581518
Compare
Choose a tag to compare

What's Changed

📖 Documentation

Full Changelog: 4.0.1...4.0.2

4.0.1

19 Oct 17:24
4.0.1
a4f4575
Compare
Choose a tag to compare

What's Changed

🚑 Fixed

Full Changelog: 4.0.0...4.0.1

4.0.0

19 Oct 16:20
4.0.0
d00049c
Compare
Choose a tag to compare

What's Changed

  • [TASK] Add TYPO3 13 support

Full Changelog: 3.0.5...4.0.0

3.0.5

19 Oct 14:32
3.0.5
e4e6456
Compare
Choose a tag to compare

What's Changed

Other changes

Full Changelog: 3.0.4...3.0.5

3.0.4

16 Oct 17:56
3.0.4
6690e8d
Compare
Choose a tag to compare

What's Changed

Other changes

  • Harden against undefined array key by @fsuter in #114

Full Changelog: 3.0.3...3.0.4

3.0.3

28 Sep 16:21
3.0.3
38f949e
Compare
Choose a tag to compare

What's Changed

🚑 Fixed

  • [BUGFIX] Fix problem of concurrent API calls in development mode break due to meta-data writing/loading is not "thread safe" by @kszymukowicz in #103
  • [BUGFIX] Allow edge cases when TYPO3_REQUEST may be null in EnrichHashBase hook by @kszymukowicz in #104

Other changes

Full Changelog: 3.0.2...3.0.3

3.0.2

20 Jul 17:50
3.0.2
e8bece9
Compare
Choose a tag to compare

What's Changed

🚑 Fixed

  • [BUGFIX] Fix wrong usage of repository variable in github action by @kszymukowicz in #92

👷 Changed

  • [TASK] Development improvements: Refactor "ddev next" command. Add issues templates. Add code of conduct file, add contributing file, update licence. Remove Scrutinizer test. by @kszymukowicz in #95

Full Changelog: 3.0.0...3.0.2

3.0.1

13 Jul 12:56
3.0.1
2141540
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.0.1

3.0.0

13 Jul 13:40
3.0.0
d2e2db8
Compare
Choose a tag to compare

What's Changed

⚡ Breaking

  • [!!!] Changes signal slots into PSR-14 events #67
  • [!!!] Drop TYPO3 10, TYPO3 11 on dependencies. Update dependencies to TYPO3 12.

🚀 Improved

  • Add crop support for ImageHandler a7481f41
  • Add essential meta information to the OpenAPI spec f7b3c1ef
  • Add support for graceful exception handling for serialization process in TYPO3 ea6bae2c
  • Move changing language request set in header X-Locale to earlier stage, before "typo3/cms-frontend/tsfe". Add support for setting language of api request by standard language prefix instead of header X-Locale. c36be252
  • Add optional @type attribute for resource. As this is rarely used, and can influence size of response, it must be activated by adding a subscriber to serializerSubscribers array. 32b73726

👷 Changed

  • Prevent FileReferenceHandler and ImageHandler from throwing error on problems with processing, missing file etc. b2f4c63a
  • Refactor link generation. Replace getTypoLink_URL with linkFactory. 47f9bbfa
  • Add testing instance for TYPO3 12, remove testing instance for TYPO3 10. Change PHP to 8.1 for testing instances.

🚑 Fixed

  • Do not convert empty string to absolute url 0518d3d4
  • Protect against "&cHash empty" error when cacheHash.enforceValidation is set to true #81

New Contributors

Full Changelog: 2.0.3...3.0.0