Skip to content

Releases: Recouse/EventSource

0.1.9

Choose a tag to compare

@Recouse Recouse released this 27 Aug 10:17
2fc1977

What's Changed

  • fix: add explicit default auth challenge handling to SessionDelegate by @liefran-sim in #51
  • Fix watchOS build failure on Xcode 27 by @maximbilan in #52

Full Changelog: 0.1.8...0.1.9

0.1.8

Choose a tag to compare

@Recouse Recouse released this 07 May 10:17
d3d3a91

What's Changed

  • Fix O(n²) performance in ServerEventParser.parse() by @liefran-sim in #49

New Contributors

Full Changelog: 0.1.7...0.1.8

0.1.7

Choose a tag to compare

@Recouse Recouse released this 20 Feb 21:24
713f8c0

What's Changed

  • Separate timeout interval values for request and resource by @Recouse in #46

Full Changelog: 0.1.6...0.1.7

0.1.6

Choose a tag to compare

@Recouse Recouse released this 19 Feb 10:47
4913820

What's Changed

  • Fix visionOS availability error for split(by:) method by @danielseidl in #45

New Contributors

Full Changelog: 0.1.5...0.1.6

0.1.5

Choose a tag to compare

@Recouse Recouse released this 07 Jul 09:46
7b2f4f5

What's Changed

New Contributors

Full Changelog: 0.1.4...0.1.5

0.1.4

Choose a tag to compare

@Recouse Recouse released this 03 Mar 17:41
d783b1c

What's Changed

  • Fixing crash in the custom Split function (iOS 15 and earlier) by @maximbilan in #26

New Contributors

Full Changelog: 0.1.3...0.1.4

0.1.3

Choose a tag to compare

@Recouse Recouse released this 26 Dec 13:40
9bd7c5a

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

Choose a tag to compare

@Recouse Recouse released this 30 Nov 16:24
29725a8

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

Choose a tag to compare

@Recouse Recouse released this 21 Nov 00:36
bcdfb61

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

Choose a tag to compare

@Recouse Recouse released this 19 Nov 22:55
cb98227

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