Skip to content

Releases: FriendsOfTYPO3/interest

Disable reference index with HTTP header

26 Oct 11:08
50e09d8

Choose a tag to compare

What's Changed

  • [FEATURE] Add HTTP header option to disable reference index update by @pixelmatseriks in #81
  • [TASK] Move responsibility to correct class by @mabolek in #82

Also includes documentation of file upload and APIs for extending or modifying the functionality.

Full Changelog: 1.0.2...1.1.0

Fix deferred operations

17 Oct 07:25
af00db0

Choose a tag to compare

What's Changed

  • [BUGFIX] Use RecordRepresentation in deferrals by @mabolek in #80

Full Changelog: 1.0.1...1.0.2

Stable release with two new events

11 Oct 14:16
523a173

Choose a tag to compare

What's Changed

  • [FEATURE] add event in router to make it possible to alter method to use by @pixelmatseriks in #78
  • [FEATURE] HttpResponseEvent for post-processing responses by @mabolek in #79

Full Changelog: 1.0.0-beta.9...1.0.1

Better language handling through improved internal APIs

26 Sep 12:28
44a99b4

Choose a tag to compare

What's Changed

  • [!!!][FEATURE] Use DTO for record representation and identity by @mabolek in #77

Full Changelog: 1.0.0-beta.8...1.0.0-beta.9

Bugfixes in DB handling, logs, value transform, PID

21 Sep 06:36
ba19bfc

Choose a tag to compare

What's Changed

  • [BUGFIX] Reattempt cache clear after DeadlockException by @mabolek in #70
  • [BUGFIX] restore log functionality by @pixelmatseriks in #72
  • [BUGFIX] make sure single-value array is transformed to scalar value by @pixelmatseriks in #73
  • [BUGFIX] Make empty endpoint accessible by @mabolek in #75
  • [BUGFIX] Return PID as zero only when rootLevel is 1 by @mabolek in #76

New Contributors

Full Changelog: 1.0.0-beta.7...1.0.0-beta.8

Prevent exception on REST PATCH and similar CLI functionality

17 Jun 08:57
e4367c7

Choose a tag to compare

What's Changed

  • [BUGFIX] Always catch StopRecordOperationException by @mabolek in #68

Full Changelog: 1.0.0-beta.6...1.0.0-beta.7

Correctly prevent repeated identical operations

16 Jun 13:20
6ded692

Choose a tag to compare

What's Changed

  • [BUGFIX] Ensure the operation object hash is consistent by @mabolek in #66

Full Changelog: 1.0.0-beta.5...1.0.0-beta.6

Fix token authentication issue

14 Jun 09:16
37fdd78

Choose a tag to compare

What's Changed

  • [BUGFIX] Correct handling of nonzero token expiry by @mabolek in #64

Full Changelog: 1.0.0-beta.4...1.0.0-beta.5

Improved sorting and pending relations

13 May 07:39
384b606

Choose a tag to compare

What's Changed

  • [BUGFIX] Ignore empty remote IDs on pending relations by @mabolek in #61
  • [BUGFIX] Correct sorting order by @mabolek in #62

Full Changelog: 1.0.0-beta.3...1.0.0-beta.4

Miscellaneous bug fixes

24 Apr 12:43

Choose a tag to compare

Pre-release