-
Notifications
You must be signed in to change notification settings - Fork 185
Releases: GenieFramework/Genie.jl
Releases Β· GenieFramework/Genie.jl
v6.0.0
Genie v6.0.0
Genie.jl v6.0.0
This major release migrates to HTTP.jl v2 and updates the minimum Julia version requirement.
Breaking Changes
- Minimum Julia version: Updated from 1.6 to 1.10 (required by HTTP.jl v2)
- HTTP.jl v2 migration: Migrated from HTTP.jl v1 to v2.1
- Updated HTTPHeaders to be identical to the newly introduced HTTP.Headers rather than the previous Dict
New Features
- OrderedCollections v2 support (compat: "1, 2")
Infrastructure
- Consolidate test dependencies into main Project.toml
Assets 2
1 person reacted
v5.35.14
Assets 2
1 person reacted
v5.35.13
Genie v5.35.13
- More robust websocket reconnection, i.e. after network reconnection or obtaining the focus.
Assets 2
1 person reacted
v5.35.12
Assets 2
1 person reacted
v5.35.11
Assets 2
1 person reacted
v5.35.10
Genie v5.35.10
- fix race problem during subscription, which made version v5.35.9 unreliable/non-functional
Assets 2
1 person reacted
v5.35.9
Assets 2
1 person reacted
v5.35.8
@github-actions
github-actions
d0a9ddd
This commit was created on GitHub.com and signed with GitHubβs verified signature.
Genie v5.35.8
Assets 2
2 people reacted
v5.35.7
Genie v5.35.7
Assets 2
2 people reacted
v5.35.6
Genie v5.35.6
- bump compat of JuliaFormatter (in case of errors users need to manually install JuliaFormatter v1)
- fix cookie handling for reuqests from android systems (thanks to @PingoLee)
- fix load order for nested directories (thanks to @PingoLee and @Jonas-a-Zimmermann)
- fix typification in
JSONParser.parse()for dicttypes with Symbol keys
Merged pull requests:
- Fix session cookie not robust. #763 (#768) (@PingoLee)
- Fix/recursive autoload issue 741 (#769) (@PingoLee)
Closed issues:
Assets 2
1 person reacted