This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Releases: ufna/VaRest
Releases · ufna/VaRest
VaRest v1.1.33
Added
- Allow get directly Int Array from json key
- Enable pre-compile for all targets
Changed
- Make getters pure and add getter for the verb
- Remove deprecated VaRest stuff (UEV ready now)
Fixed
- Fix encode to single string for top-level arrays
- Fix AsInt64() return type
- Check extended log to avoid security vulnerability for json content type #348
- Fix content-length issue for get requests. Close #354. Close #99.
Supported engine versions: UE 4.27
VaRest v1.1-r32
Added
- Add GetWorldURL helper
- Int64 support added
- Support for top-level arrays added #77 #116
- Decode json should be global and accept a string #115
Changed
- Json value getters are pure now
Fixed
- Slightly rename functions to avoid possible issues with android linkage
- Add category for vars to fix packaging
- Minor refactoring (headers, const, nullptr)
Supported engine versions: UE 4.26
VaRest v1.1-r30
VaRest v1.1-r29.2
VaRest v1.1-r29
Added
- Add StringToMd5 and StringToSha1 #268 (by @trdwll)
- Add map support and templated method for setting different types of fields #271 (by @trdwll)
- Add HTTPStatusIntToEnum #275 (by @trdwll)
- Override request content for Post/url-encoded-body #268
Changed
- Move construction methods from VaRestJsonValue to VaRestSubsystem and update CoreRedirects (by @trdwll)
- Avoid possible name collisions with derived plugins #290
- Now it's engine subsystem, not the GI one #287
Fixed
VaRest v1.1-r28
Added
- FilterPlugin config added for migration puproses
- Additional checks to avoid crashes like #259
Changed
- Update clang-format to the nicest one
- Subsystems are now used for plugin-specific staff for now
Fixed
VaRest v1.1-r27.2
VaRest v1.1-r27
Release notes:
Added
- Support UE 4.24 compilation and package #246
Changed
- Breaking change: Module folder name renamed to VaRest instead of VaRestPlugin
- Refactor module class #244
- Make construction functions not Pure. Close #225
- Add request controller #123
- Remove CallURL #123
- Remove Classes folder #244
Fixed
- Fix V547 Expression 'bIsDirty' is always true #204 #205
- Converted FVaRest_NamedType::Name to FText For #187
- Fix clang-format #244
Supported engine versions: UE 4.24
VaRest v1.1-r26 [UE 4.23]
Version https://github.com/ufna/VaRest/releases/tag/v1.1-r26 updated to UE 4.23
VaRest v1.1-r26
Release notes:
- [Feature] Save to json file functions are exposed to blueprints now
- [Bugfix] Fixed major memory leak #220
- [Bugfix] Fixed large buffer allocation in UTF8 parser
Supported engine versions: UE 4.19-4.22