This release mostly contains housekeeping updates. The only real changes are in the PouchDB driver, which it seems nobody is using, since it's apparently been broken (until now) for about 2 years, without my having noticed 🙈
What's Changed
- Update to golangci-lint 2.x by @flimzy in #1062
- Run tests in parallel by @flimzy in #1065
- Correct test failure message by @flimzy in #1067
- Simplify AllDBsStats test, to be more isolated by @flimzy in #1068
- Update to golangci-lint v2.3.0 by @flimzy in #1069
- Remove obsolete paragraph from PouchDB readme by @flimzy in #1070
- Fix a nil-pointer dereference by @flimzy in #1071
- Remove unused function parameter by @flimzy in #1072
- Treat objects-as-success from pouchdb info, as Go errors by @flimzy in #1073
- Add Partition field to query plan output by @flimzy in #1074
- Fix PouchDB Find test expectation by @flimzy in #1075
- Update PouchDB GetRev test expectations by @flimzy in #1076
- Update PouchDB Explain test expectations by @flimzy in #1077
- Fix PouchDB Get test expectations by @flimzy in #1078
- Include limit in Explain expectation by @flimzy in #1079
- Simplify stats tests by @flimzy in #1080
- Properly apply auth creds for PouchDB calls by @flimzy in #1081
- Remove PouchDB 7 & 8 support by @flimzy in #1082
- Clean up some pre-Go 1.17 compatibility hacks by @flimzy in #1083
- Fix a test error message by @flimzy in #1084
- Update PouchDB test suite to match CouchDB configuration in GitLab-CI by @flimzy in #1085
- Update PouchDB expectations for Changes feed tests by @flimzy in #1086
- Update PouchDB AllDocs expectation by @flimzy in #1087
- Improved test output by @flimzy in #1089
- Run PouchDB tests in parallel by @flimzy in #1090
- Switch to testcontainers, and fix PouchDB tests by @flimzy in #1088
- Move linting job to GHA by @flimzy in #1093
- Move sqlite tests to GHA by @flimzy in #1094
- Fix changes feed error handling in PouchDB by @flimzy in #1096
- Run GopherJS tests in GHA by @flimzy in #1095
- Move main tests to GHA by @flimzy in #1097
- Move code coverage to GHA by @flimzy in #1098
- Move release job to GHA by @flimzy in #1099
- Combine GopherJS and Go tests into single workflow by @flimzy in #1100
- More proper shutdown of daemon by @flimzy in #1092
- New point release by @flimzy in #1091
Full Changelog: v4.4.0...v4.4.1