Sourced from google.golang.org/grpc's releases.
Release 1.65.0
Dependencies
- Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See #7249 for more information. (#7250)
- Update x/net/http2 to address CVE-2023-45288 (#7282)
Behavior Changes
- credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable
GRPC_ENFORCE_ALPN_ENABLED
is set to "true" (case insensitive). (#7184)
- NOTE: this behavior will become the default in a future release.
- metadata: remove String method from MD to make printing more consistent (#7373)
New Features
- grpc: add
WithMaxCallAttempts
to configure gRPC's retry behavior per-channel. (#7229)
- Special Thanks:
@imoore76
Bug Fixes
2da9769
Change version to 1.65.0 (#7306)ede96b7
metadata: remove String method (#7373)64be203
grpc: Readd pick first name (#7336)
(#7341)25e33a6
examples: Add CSM Observability example (#7302)
(#7318)04a5f46
xds/internal/xdsclient: Emit unknown for CSM Labels if not present in
CDS (#7...cff5c3e
stats/opentelemetry: Add e2e testing for CSM Observability (#7279)
(#7316)9b970fd
dns: fix constant 30s backoff for re-resolution (#7262)
(#7311)6d23620
documentation: on server, use FromIncomingContext for retrieving context
and...7e5898e
xds: unify xDS client creation APIs meant for testing (#7268)5d7bd7a
interop/xds: Interop client and server changes for CSM Observability (#7280)Sourced from github.com/shirou/gopsutil/v3's releases.
v3.24.5
What's Changed
cpu
- Improve AIX Support by
@Dylan-M
in shirou/gopsutil#1651process
- Add fallback for lsof output by
@MDrakos
in shirou/gopsutil#1640- [process][openbsd]: add cwd on openbsd. by
@shirou
in shirou/gopsutil#1649Other Changes
- remove duplicate code in mktypes.sh by
@zhanluxianshen
in shirou/gopsutil#1646- add arm/arm64 category for github pr label. by
@zhanluxianshen
in shirou/gopsutil#1647New Contributors
@zhanluxianshen
made their first contribution in shirou/gopsutil#1646@MDrakos
made their first contribution in shirou/gopsutil#1640@Dylan-M
made their first contribution in shirou/gopsutil#1651Full Changelog: https://github.com/shirou/gopsutil/compare/v3.24.4...v3.24.5
4336530
Merge pull request #1649
from shirou/feat/add_process_cwd_openbsdcb52f7a
Merge pull request #1651
from Dylan-M/aix_support125da53
Update the README charts with the AIX informationff4ae36
Remove extraneous development note commentsdf9c9bf
Update min version in the readme to match new required min version.1d7b4a3
Revert accidental change of go version in go.mod (wasn't supposed to
commit).9bf502f
Fix logic errors, syntax errors, and typosb133d60
Ignore host_aix_ppc64 for nowb4d95a4
Raise minimum go version to 1.18 (required by changes) and run go mod
tidy0917790
Remove inappropriate package additionde36c1a
releaser: Bump versions for release of 0.128.28cf96f2
Fix site.GetPage, never do short lookups for paths with leadig
slash82af94d
releaser: Prepare repository for 0.129.0-DEVfaed7ec
unix: add PthreadChdir and PthreadFchdir on darwinc892bb7
unix: fix MmapPtr test failing on OpenBSDa0ef40a
unix: fix MremapPtr test failing on NetBSDdaa2394
unix: add unsafe mmap, munmap, mremap7670087
windows: add GetAce Windows API348425a
windows/svc: do not pass theService to
windows.RegisterServiceCtrlHandlerExc976cb1
go.mod: update golang.org/x dependenciesSourced from github.com/testcontainers/testcontainers-go's releases.
v0.32.0
What's Changed
🚀 Features
- feat: honour go toolchain's verbose flag to print out logs (#2624)
@mdelapenya
- feat: prepare modules for the new API (#2610)
@mdelapenya
- feat(postgres): use faster sql.DB instead of docker exec psql for snapshot/restore [rebased for main] (#2600)
@cfstras
- feat: add azurite module (#2569)
@mdelapenya
- feat: add testcontainers labels to the built images (#2579)
@mdelapenya
- feat(mongodb): Make the replica set name configurable (#2538)
@shubhamrajvanshi
- feat: add vearch module (#2560)
@zhanghexian
- feat(ryuk): allow to configure ryuk timeouts using env variables (#2541)
@fcx-mrogez
🐛 Bug Fixes
- fix: never cache JSON representation of a container (#2606)
@mdelapenya
- fix: Rename TC_HOST environment variable to TESTCONTAINERS_HOST_OVERRIDE (#2536)
@hanapedia
- fix: allow compose files and readers to be used together (#2598)
@BoKleynen
- fix: proper synchronisation for start/stop log production (#2576)
@mdelapenya
- fix: prepend substitutors for built images (#2577)
@mdelapenya
- fix(cockroachdb): Fixes cockroachdb wait strategy handling (#2456)
@bearrito
- Fix race condition when looking up reaper (ryuk) container (#2508)
@emetsger
- Handle error properly during port forwarding initialization. (#2550)
@cedric-appdirect
- Fix network accessor for port-forwarding feature (#2551)
@JulienBreux
- fix: add import to module generation (#2537)
@mdelapenya
📖 Documentation
- docs: indicate version for the Run function (#2627)
@mdelapenya
- docs: document ryuk timeouts for compose (#2620)
@mdelapenya
- docs: document disabling ryuk with properties (#2603)
@mdelapenya
- docs: example for NATS cluster (#2591)
@mdelapenya
- docs: fix deprecation warning for material extensions emoji (#2592)
@mdelapenya
- docs: update contributing guide (#2586)
@mdelapenya
- docs: update colima docs (#2578)
@mdelapenya
- docs(compose): Fix typo docker compose docs (#2565)
@ynfle
- fix: update search bar eval in mkdocs (#2547)
@mdelapenya
- docs: improve contributing docs for code snippets (#2546)
@mdelapenya
- docs: document test session semantics (#2544)
@mdelapenya
- docs: fix CircleCI docs (#2539)
@mdelapenya
🧹 Housekeeping
- Fix issues in BuildImage() (#2626)
@ash2k
- chore: remove duplicated tests for config (#2628)
@mdelapenya
- Log retried errors (#2613)
@ash2k
- fix: do not use deprecated method in postgres tests (#2623)
@mdelapenya
- chore: use self-hosted worker for Windows tests (#2619)
@mdelapenya
- chore: remove most uses of TestcontainersConfig and deprecated TestcontainersConfig fields. (#2614)
@thaJeztah
- chore: test cleanups (#2608)
@ash2k
... (truncated)
5fb8f5c
chore: use new version (v0.32.0) in modules and examples80e57e1
feat: honour go toolchain's verbose flag to print out logs (#2624)306f185
Fix issues in BuildImage() (#2626)3f73722
docs: indicate version for the Run function (#2627)ee9a148
chore: remove duplicated tests for config (#2628)9cd7bcb
Log retried errors (#2613)d60fc7c
fix: do not use deprecated method in postgres tests (#2623)8e4728b
feat: prepare modules for the new API (#2610)a32fe92
chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.1 (#2617)5576778
chore(deps): bump peter-evans/slash-command-dispatch from 3.0.2 to 4.0.0
(#2561)Sourced from github.com/testcontainers/testcontainers-go/modules/redis's releases.
v0.32.0
What's Changed
🚀 Features
- feat: honour go toolchain's verbose flag to print out logs (#2624)
@mdelapenya
- feat: prepare modules for the new API (#2610)
@mdelapenya
- feat(postgres): use faster sql.DB instead of docker exec psql for snapshot/restore [rebased for main] (#2600)
@cfstras
- feat: add azurite module (#2569)
@mdelapenya
- feat: add testcontainers labels to the built images (#2579)
@mdelapenya
- feat(mongodb): Make the replica set name configurable (#2538)
@shubhamrajvanshi
- feat: add vearch module (#2560)
@zhanghexian
- feat(ryuk): allow to configure ryuk timeouts using env variables (#2541)
@fcx-mrogez
🐛 Bug Fixes
- fix: never cache JSON representation of a container (#2606)
@mdelapenya
- fix: Rename TC_HOST environment variable to TESTCONTAINERS_HOST_OVERRIDE (#2536)
@hanapedia
- fix: allow compose files and readers to be used together (#2598)
@BoKleynen
- fix: proper synchronisation for start/stop log production (#2576)
@mdelapenya
- fix: prepend substitutors for built images (#2577)
@mdelapenya
- fix(cockroachdb): Fixes cockroachdb wait strategy handling (#2456)
@bearrito
- Fix race condition when looking up reaper (ryuk) container (#2508)
@emetsger
- Handle error properly during port forwarding initialization. (#2550)
@cedric-appdirect
- Fix network accessor for port-forwarding feature (#2551)
@JulienBreux
- fix: add import to module generation (#2537)
@mdelapenya
📖 Documentation
- docs: indicate version for the Run function (#2627)
@mdelapenya
- docs: document ryuk timeouts for compose (#2620)
@mdelapenya
- docs: document disabling ryuk with properties (#2603)
@mdelapenya
- docs: example for NATS cluster (#2591)
@mdelapenya
- docs: fix deprecation warning for material extensions emoji (#2592)
@mdelapenya
- docs: update contributing guide (#2586)
@mdelapenya
- docs: update colima docs (#2578)
@mdelapenya
- docs(compose): Fix typo docker compose docs (#2565)
@ynfle
- fix: update search bar eval in mkdocs (#2547)
@mdelapenya
- docs: improve contributing docs for code snippets (#2546)
@mdelapenya
- docs: document test session semantics (#2544)
@mdelapenya
- docs: fix CircleCI docs (#2539)
@mdelapenya
🧹 Housekeeping
- Fix issues in BuildImage() (#2626)
@ash2k
- chore: remove duplicated tests for config (#2628)
@mdelapenya
- Log retried errors (#2613)
@ash2k
- fix: do not use deprecated method in postgres tests (#2623)
@mdelapenya
- chore: use self-hosted worker for Windows tests (#2619)
@mdelapenya
- chore: remove most uses of TestcontainersConfig and deprecated TestcontainersConfig fields. (#2614)
@thaJeztah
- chore: test cleanups (#2608)
@ash2k
... (truncated)
5fb8f5c
chore: use new version (v0.32.0) in modules and examples80e57e1
feat: honour go toolchain's verbose flag to print out logs (#2624)306f185
Fix issues in BuildImage() (#2626)3f73722
docs: indicate version for the Run function (#2627)ee9a148
chore: remove duplicated tests for config (#2628)9cd7bcb
Log retried errors (#2613)d60fc7c
fix: do not use deprecated method in postgres tests (#2623)8e4728b
feat: prepare modules for the new API (#2610)a32fe92
chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.1 (#2617)5576778
chore(deps): bump peter-evans/slash-command-dispatch from 3.0.2 to 4.0.0
(#2561)