|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## Unreleased |
| 4 | + |
| 5 | +## 0.0.7 |
| 6 | + |
| 7 | +## New features |
| 8 | + |
| 9 | +* Added `_VERSION` field with the module version and `_CURL_VERSION` with the |
| 10 | + libcurl library version (PR #72, PR #71). |
| 11 | + |
| 12 | +## Bugfixes |
| 13 | + |
| 14 | +* Improved libcurl dynamic library search (#44, PR #51) |
| 15 | +* Improved handling and reporting of 3xx, 4xx and 5xx responses (#13, PR #53). |
| 16 | +* Eliminated a memleak after a failed request (#55, PR #63). |
| 17 | +* Adjust error handling code to support libcurl 7.86.0+ (#70, PR #71, PR #75). |
| 18 | +* Fixed signed integer overflow in the client statistics (PR #73). |
| 19 | + |
| 20 | +## Testing |
| 21 | + |
| 22 | +* Added debug prints for the SMTP server mock (PR #58). |
| 23 | + |
| 24 | +## Infrastructure |
| 25 | + |
| 26 | +* Upload a source rock to the rockserver (PR #41). |
| 27 | +* Resolved Mac OS specific CI problems (PR #43), (#49, PR #52, PR #56). |
| 28 | +* Build and verify RPM/Deb packages, update distributions list (#34, PR #42). |
| 29 | +* Added an entrypoint for tarantool's integration testing (PR #48). |
| 30 | +* Use `git+https://` in the rockspec (PR #50). |
| 31 | +* Use setup-tarantool GitHub Action to speed up testing on Linux (PR #59). |
| 32 | +* Added tarantool 2.10.0 into CI (#49, PR #59). |
| 33 | +* Eliminated a problem with stale Ubuntu repository metadata (PR #62). |
| 34 | +* Use vault.centos.org mirror for CentOS 8 (#60, PR #61). |
| 35 | +* Removed macOS 10.15 from CI (PR #65). |
| 36 | +* Added macOS 12 to CI (PR #66). |
| 37 | +* Added tarantool 2.10.0 into macOS testing (7c5c7da56a8b). |
| 38 | +* Added package testing for Ubuntu Jammy and Fedora 35, 36 (PR #68). |
| 39 | +* Switched to node16 runtime in CI (PR #69). |
0 commit comments