| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.3.0-latest source code.tar.gz | 2024-02-05 | 299.9 kB | |
| 1.3.0-latest source code.zip | 2024-02-05 | 707.2 kB | |
| README.md | 2024-02-05 | 11.0 kB | |
| Totals: 3 Items | 1.0 MB | 1 | |
👉 This is the 1.3.0 latest tag before we bump main repo version to 1.4.0 👈
What's Changed
- Add helpers for creating empty message-body responses by @JeremyGuinn in https://github.com/oatpp/oatpp/pull/523
- Feature/cpack by @bf-bryants in https://github.com/oatpp/oatpp/pull/524
- Add a TemporaryFile constructor accepting the file extension by @Sergii-Ladniuk in https://github.com/oatpp/oatpp/pull/526
- fix: add port in host header by @ArnaudGallardo in https://github.com/oatpp/oatpp/pull/527
- allow oatpp::Any to parse directly to UInt64 or Int64 by @langchr86 in https://github.com/oatpp/oatpp/pull/529
- HttpProcessor: Fix connection upgrade sequence. by @lganzzzo in https://github.com/oatpp/oatpp/pull/532
- fix negativ number parsing in oatpp::Any by @langchr86 in https://github.com/oatpp/oatpp/pull/533
- Added support for multiple parts with same name in oatpp::web::mime::multipart::PartList by @MHaselmaier in https://github.com/oatpp/oatpp/pull/535
- Fix some typos in documentation 📖 by @p4czyk in https://github.com/oatpp/oatpp/pull/538
- orm::SchemaMigration: add 'getSchemaVersion' method by @lganzzzo in https://github.com/oatpp/oatpp/pull/540
- Introduce OATPP_LINK_TEST_LIBRARY by @dencrypt-jacob in https://github.com/oatpp/oatpp/pull/542
- tcp::server::ConnectionProvider: Fix dual-stack sockets on Windows (#… by @lganzzzo in https://github.com/oatpp/oatpp/pull/550
- Delete redundant assignments by @yikenan in https://github.com/oatpp/oatpp/pull/555
- move the getType() function implementation from hpp file to cpp file by @yikenan in https://github.com/oatpp/oatpp/pull/558
- Add new virtual handleError method to handle the original error by @JeremyGuinn in https://github.com/oatpp/oatpp/pull/565
- Cross-compile Windows Fix by @sidaf in https://github.com/oatpp/oatpp/pull/582
- Fix crash on Endpoint params validation by @lganzzzo in https://github.com/oatpp/oatpp/pull/616
- Support for disabling escaping of non-ASCII when serializing DTOs by @doufu3344 in https://github.com/oatpp/oatpp/pull/667
- Fix parsing of Boolean by @Inujel in https://github.com/oatpp/oatpp/pull/680
- closes [#681] by @DanielHerchenbach in https://github.com/oatpp/oatpp/pull/682
- encoding: introduce URL-encoder/decoder by @lganzzzo in https://github.com/oatpp/oatpp/pull/699
- Async condition var draft by @lganzzzo in https://github.com/oatpp/oatpp/pull/700
- SimpleBodyDecoder: Fix async method. by @lganzzzo in https://github.com/oatpp/oatpp/pull/702
- parser::Caret: code cleanup by @lganzzzo in https://github.com/oatpp/oatpp/pull/703
- network::tcp::server::ConnectionProvider: Fix code review comments (#… by @lganzzzo in https://github.com/oatpp/oatpp/pull/710
- kushnertodd fix to issue [#724] Remove warnings from Windows build by @kushnertodd in https://github.com/oatpp/oatpp/pull/725
- Remove windows warning pragmas by @kushnertodd in https://github.com/oatpp/oatpp/pull/731
- update ubuntu versions by @lganzzzo in https://github.com/oatpp/oatpp/pull/737
- CMake source groups by @sodevel in https://github.com/oatpp/oatpp/pull/753
- Adds additional error context to exceptions on connect() calls by @fwh-dc in https://github.com/oatpp/oatpp/pull/751
- Fix possible race condition on destroy by @i96751414 in https://github.com/oatpp/oatpp/pull/719
- Fix CMake regular expression injection by @sodevel in https://github.com/oatpp/oatpp/pull/763
- Fix web server spuriously failing to start on 32-bit ARM by @roke-os-oatpp in https://github.com/oatpp/oatpp/pull/779
- Fix compiler warnings (-Wextra-semi) by @fhuberts in https://github.com/oatpp/oatpp/pull/785
- Fix compiler warnings (-Wredundant-tags) by @fhuberts in https://github.com/oatpp/oatpp/pull/786
- fix function:createShared in PoolTemplate by @linhaojun857 in https://github.com/oatpp/oatpp/pull/783
- Fix compiler warnings (-Wsuggest-override) by @fhuberts in https://github.com/oatpp/oatpp/pull/789
- Fix compiler warnings (-Wmissing-declarations) by @fhuberts in https://github.com/oatpp/oatpp/pull/790
- Fix compiler warnings (-Wduplicated-branches) by @fhuberts in https://github.com/oatpp/oatpp/pull/791
- Just a small fix by @AstroAir in https://github.com/oatpp/oatpp/pull/796
- Fix compiler warnings (-Wswitch-default) by @fhuberts in https://github.com/oatpp/oatpp/pull/798
- Fix compiler warnings (-Wswitch-enum) by @fhuberts in https://github.com/oatpp/oatpp/pull/799
- Fix compiler warnings (-Wcatch-value=) by @fhuberts in https://github.com/oatpp/oatpp/pull/801
- Fix compiler warnings (-Winfinite-recursion) by @fhuberts in https://github.com/oatpp/oatpp/pull/803
- Explicitly add compiler flags by @fhuberts in https://github.com/oatpp/oatpp/pull/802
- Fix compiler warnings (-Wunused-variable) by @fhuberts in https://github.com/oatpp/oatpp/pull/807
- Fix compiler warnings (-Wmissing-field-initializers) by @fhuberts in https://github.com/oatpp/oatpp/pull/808
- Fix compiler warnings (-Wctor-dtor-privacy) by @fhuberts in https://github.com/oatpp/oatpp/pull/809
- Fix compiler warnings (-Wold-style-cast) by @fhuberts in https://github.com/oatpp/oatpp/pull/805
- Fix 2 trivial clang warnings by @fhuberts in https://github.com/oatpp/oatpp/pull/815
- Compiler flags are for gcc by @fhuberts in https://github.com/oatpp/oatpp/pull/816
- Fix compiler warnings (-Wuseless-cast) by @fhuberts in https://github.com/oatpp/oatpp/pull/818
- Fix compiler warnings (-Wsuggest-attribute=format) by @fhuberts in https://github.com/oatpp/oatpp/pull/819
- Enable compiler warnings (-Warith-conversion) by @fhuberts in https://github.com/oatpp/oatpp/pull/820
- Fix compiler warnings (-Wconversion) by @fhuberts in https://github.com/oatpp/oatpp/pull/821
- Fix compiler warnings (-Wdangling-reference) by @fhuberts in https://github.com/oatpp/oatpp/pull/822
- Fix compiler warnings (-Wdouble-promotion) by @fhuberts in https://github.com/oatpp/oatpp/pull/823
- Fix compiler warnings (-Wshadow) by @fhuberts in https://github.com/oatpp/oatpp/pull/824
- Enable compiler warnings (-Wsuggest-attribute=cold) by @fhuberts in https://github.com/oatpp/oatpp/pull/827
- Fix compiler warnings (-Wsuggest-attribute=noreturn) by @fhuberts in https://github.com/oatpp/oatpp/pull/825
- Fix compiler warnings (-Wlogical-op) by @fhuberts in https://github.com/oatpp/oatpp/pull/826
- Fix compiler warnings (-Wuseless-cast) by @fhuberts in https://github.com/oatpp/oatpp/pull/829
- Fix issue with "100 Continue" response not sent correctly by @patrikhuss in https://github.com/oatpp/oatpp/pull/832
- Fix compiler warnings (-Wsign-compare) by @fhuberts in https://github.com/oatpp/oatpp/pull/828
- Fix compiler warnings in headers (-Wsign-conversion) by @fhuberts in https://github.com/oatpp/oatpp/pull/835
- Fix compiler warnings in compilation units (-Wsign-conversion) by @fhuberts in https://github.com/oatpp/oatpp/pull/842
- Add Clang support by @fhuberts in https://github.com/oatpp/oatpp/pull/845
- Fix url parse bug by @linhaojun857 in https://github.com/oatpp/oatpp/pull/852
- Fix client retry bug by @linhaojun857 in https://github.com/oatpp/oatpp/pull/853
- Fix ConnectionMonitor by @linhaojun857 in https://github.com/oatpp/oatpp/pull/856
- Add Interface ConnectionConfigurer by @linhaojun857 in https://github.com/oatpp/oatpp/pull/855
- Fix default value with QUERY macro by @linhaojun857 in https://github.com/oatpp/oatpp/pull/860
- Fix serialize object and deserialize json when not include required field by @linhaojun857 in https://github.com/oatpp/oatpp/pull/861
- comment out fcf-protection by @alex-lt-kong in https://github.com/oatpp/oatpp/pull/873
- Ignore more build directory patterns by @sodevel in https://github.com/oatpp/oatpp/pull/878
- Prevent unintended removal of local CMake variables by @sodevel in https://github.com/oatpp/oatpp/pull/877
- New fix to issue 872 by @alex-lt-kong in https://github.com/oatpp/oatpp/pull/883
- Allow overriding DI injected variables in ClientServerTestRunner by @mwohlert in https://github.com/oatpp/oatpp/pull/889
- Try to fix cross-compile for Raspberry Pi with GCC version < 8.1 by @sgallou in https://github.com/oatpp/oatpp/pull/887
- Fix compilation on GCC 4.6 by @sodevel in https://github.com/oatpp/oatpp/pull/893
- src/oatpp/core/base/Environment.hpp: include cstdarg by @ffontaine in https://github.com/oatpp/oatpp/pull/895
- Add test sample for HttpRouter by @linhaojun857 in https://github.com/oatpp/oatpp/pull/896
- Fix the bug of send "null" in request body causes seg-fault by @linhaojun857 in https://github.com/oatpp/oatpp/pull/904
- encoding::Url: fix method params by @lganzzzo in https://github.com/oatpp/oatpp/pull/909
- Fix a potential crash, indicated by a compiler warning (#894) by @fhuberts in https://github.com/oatpp/oatpp/pull/915
- network::monitor::ConnectionMonitor: invalidateAll() method by @lganzzzo in https://github.com/oatpp/oatpp/pull/916
New Contributors
- @JeremyGuinn made their first contribution in https://github.com/oatpp/oatpp/pull/523
- @bf-bryants made their first contribution in https://github.com/oatpp/oatpp/pull/524
- @ArnaudGallardo made their first contribution in https://github.com/oatpp/oatpp/pull/527
- @langchr86 made their first contribution in https://github.com/oatpp/oatpp/pull/529
- @p4czyk made their first contribution in https://github.com/oatpp/oatpp/pull/538
- @dencrypt-jacob made their first contribution in https://github.com/oatpp/oatpp/pull/542
- @yikenan made their first contribution in https://github.com/oatpp/oatpp/pull/555
- @sidaf made their first contribution in https://github.com/oatpp/oatpp/pull/582
- @Inujel made their first contribution in https://github.com/oatpp/oatpp/pull/680
- @DanielHerchenbach made their first contribution in https://github.com/oatpp/oatpp/pull/682
- @kushnertodd made their first contribution in https://github.com/oatpp/oatpp/pull/725
- @sodevel made their first contribution in https://github.com/oatpp/oatpp/pull/753
- @fwh-dc made their first contribution in https://github.com/oatpp/oatpp/pull/751
- @i96751414 made their first contribution in https://github.com/oatpp/oatpp/pull/719
- @roke-os-oatpp made their first contribution in https://github.com/oatpp/oatpp/pull/779
- @fhuberts made their first contribution in https://github.com/oatpp/oatpp/pull/785
- @linhaojun857 made their first contribution in https://github.com/oatpp/oatpp/pull/783
- @AstroAir made their first contribution in https://github.com/oatpp/oatpp/pull/796
- @patrikhuss made their first contribution in https://github.com/oatpp/oatpp/pull/832
- @alex-lt-kong made their first contribution in https://github.com/oatpp/oatpp/pull/873
- @mwohlert made their first contribution in https://github.com/oatpp/oatpp/pull/889
- @ffontaine made their first contribution in https://github.com/oatpp/oatpp/pull/895
Full Changelog: https://github.com/oatpp/oatpp/compare/1.3.0...1.3.0-latest