Dext Version 1.0
What's Changed
- Feature/s59 batch operations optimization by @cesarliws in #162
- fix(collections): count tombstones in the load factor to stop an unbounded probe loop by @Stemonik in #164
- fix(collections): make float hashing agree with float equality by @Stemonik in #165
- perf(net): stop copying the response body up to four times by @Stemonik in #166
- fix(httpsys): free the thread-local pools of the thread that calls Start by @Stemonik in #167
- fix(net): make the Indy HTTP client engine compile by @Stemonik in #168
- feat(rest): S58 streaming download & receive progress by @Stemonik in #169
- fix(hubs): stop dereferencing a nil connection on WebSocket upgrade by @waldirpaim in #171
- chore(hubs): add System.Generics.Collections to the units that inline TJSONArray by @waldirpaim in #172
- Feature/s43 advanced networking ssl tls by @cesarliws in #174
- feat(hubs)!: harden realtime invocation, transports and connection ownership by @waldirpaim in #175
- fix(hubs): honor MaximumReceiveMessageSize in the WebSocket receive loop by @waldirpaim in #177
- fix(web): make TWebApplication teardown single-run and Stop nil-safe by @Stemonik in #179
- fix(web): refuse restarting a stopped application instead of faulting by @Stemonik in #181
- Feature/unidac support by @usofm in #163
- Feature/web features review by @cesarliws in #184
- Feature/web features review by @cesarliws in #186
- feat(core,web,testing): implement feature flags, forwarded headers, a… by @cesarliws in #187
- fix(server): support multiple Set-Cookie headers on http.sys and epol… by @cesarliws in #190
- fix(server): GetOutputStream returns nil, taking the FastPath WriteJson overloads down with it by @Stemonik in #197
- feat(swagger): serve the spec URL through ToAppUrl so the UI works under a PathBase by @Stemonik in #198
- fix(web): contain static file requests within the configured root by @Stemonik in #199
Full Changelog: v1.0.0-rc.4...v1.0.0