Skip to content

Releases: Recouse/EventSource

0.1.3

26 Dec 13:40
9bd7c5a
Compare
Choose a tag to compare

What's Changed

  • Removed extra space trimming from the field name and value parsing by @Recouse in #24

Full Changelog: 0.1.2...0.1.3

0.1.2

30 Nov 16:24
29725a8
Compare
Choose a tag to compare

What's Changed

  • Added ReadyState conformance to Sendable by @Ashok28 in #20
  • Caching data response for complete event parsing by @komkovla in #21

New Contributors

Full Changelog: 0.1.1...0.1.2

0.1.1

21 Nov 00:36
bcdfb61
Compare
Choose a tag to compare

Warning

Not recommended for use in production!

What's Changed

  • CI improvements by @Recouse in #18
  • Dropped support for Swift versions earlier than 5.10.

Full Changelog: 0.1.0...0.1.1

0.1.0

19 Nov 22:55
cb98227
Compare
Choose a tag to compare

Warning

Not recommended for use in production!

What's Changed

  • Architecture improvements by @Recouse in #17
    • Introduced data-only mode.
    • Introduced EventParser and EVEvent protocols and allowed custom events implementation.
    • Fixed strict concurrency warnings.
    • Migrated tests to Swift Testing.
    • Other stability improvements.

Full Changelog: 0.0.8...0.1.0

0.0.8

03 Oct 19:22
7db041f
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

Warning

Not for production!

What's Changed

  • fix: forget to call continuation.finish() causing task suspension by @random-yang in #16
  • Fixed connection closing for all DataTask.readyState values in 8761379
  • Fixed DataTask memory leak in 7db041f

New Contributors

Full Changelog: 0.0.7...0.0.8

0.0.7

03 Feb 20:26
ffaa978
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

Warning

Not for production!

What's Changed

  • Events order fix #11
  • Message parser fix #7
  • macOS workflow fix #8
  • visionOS builds fix #9
  • Typo fix in README.md by @lvterry in #10

New Contributors

Full Changelog: 0.0.6...0.0.7

0.0.6

05 Jan 22:10
8799dad
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

Warning
Not for production!

What's Changed

  • Ability to define custom timeout interval by @isontheline in #5
  • Added visionOS support #4

New Contributors

Full Changelog: 0.0.5...0.0.6

0.0.5

03 May 13:13
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Warning
Not for production!

Important fix!

  • Made EventSourceError type public
  • Fixed events channel early finish
  • Fixed retries handling and error dispatching

0.0.3

02 May 17:44
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Warning
Not for production!

Important fix!

Fixed error and retries handling.

0.0.2

25 Apr 09:29
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Warning
Not for production!

Important fix!

Fixed releasing EventSource from memory when request is finished or closed.