Releases: Infisical/cli
Releases · Infisical/cli
v0.43.90
Changelog
- 81ec905 feat(pam): add NTLM and Kerberos auth support for MSSQL (#245)
- f4655a3 Merge pull request #239 from Infisical/ENG-5052
- 9f9ff10 fix path
- df3f6d3 hard fail dynamic linking
- 959d240 additional coverage
- af913f0 Merge branch 'main' into ENG-5052
- 85131e0 remove redundant tests
- d2c5c5d enable CGO and add RDP smoke test
- 997dd5f Merge branch 'main' into ENG-5052
- f10072b address reviews
- b7534ed swap directory
- 39dd7b7 feat(cli): add smoke tests across multiple distros
Changelog
- 81ec905 feat(pam): add NTLM and Kerberos auth support for MSSQL (#245)
- f4655a3 Merge pull request #239 from Infisical/ENG-5052
- 9f9ff10 fix path
- df3f6d3 hard fail dynamic linking
- 959d240 additional coverage
- af913f0 Merge branch 'main' into ENG-5052
- 85131e0 remove redundant tests
- d2c5c5d enable CGO and add RDP smoke test
- 997dd5f Merge branch 'main' into ENG-5052
- f10072b address reviews
- b7534ed swap directory
- 39dd7b7 feat(cli): add smoke tests across multiple distros
Changelog
- 81ec905 feat(pam): add NTLM and Kerberos auth support for MSSQL (#245)
- f4655a3 Merge pull request #239 from Infisical/ENG-5052
- 9f9ff10 fix path
- df3f6d3 hard fail dynamic linking
- 959d240 additional coverage
- af913f0 Merge branch 'main' into ENG-5052
- 85131e0 remove redundant tests
- d2c5c5d enable CGO and add RDP smoke test
- 997dd5f Merge branch 'main' into ENG-5052
- f10072b address reviews
- b7534ed swap directory
- 39dd7b7 feat(cli): add smoke tests across multiple distros
v0.43.89
What's Changed
- fix(default-env): read comments by @adilsitos in #248
Full Changelog: v0.43.88...v0.43.89
Changelog
- 4fcb93a Merge pull request #248 from Infisical/fix-default-env-value
- d95a500 fix: read comments value
Changelog
- 4fcb93a Merge pull request #248 from Infisical/fix-default-env-value
- d95a500 fix: read comments value
Changelog
v0.43.88
What's Changed
- feat(gateway): match systemd service name to gateway name by @bernie-g in #244
- fix(security): remediate PLATFOR-404 container vulnerability findings by @PrestigePvP in #246
- Add RDP E2E tests by @bernie-g in #230
- feat: expose PROJECT_ID via environment variable by @MattCrossingham in #229
- temp: run community PR tests by @scott-ray-wilson in #250
- fix: updated packages and improve/block vuln check by @scott-ray-wilson in #249
New Contributors
- @MattCrossingham made their first contribution in #229
- @scott-ray-wilson made their first contribution in #250
Full Changelog: v0.43.87...v0.43.88
Changelog
- 65a62a6 Merge pull request #249 from Infisical/update-packages-and-vuln-check
- b942fee Merge pull request #229 from MattCrossingham/feat/expose-project-id-env
- 434d0fe e2e go tidy
- cf4c8ec fix: updated packages and improve/block vuln check
- 4ad24ef Merge pull request #230 from Infisical/feat/pam-rdp-tests
- ae11571 Merge pull request #246 from Infisical/tre/platfor-404-version-upgrade
- 3a83cdf docs: add RDP test instructions to e2e README, remove redundant type conversions
- dabd567 chore: pin actions/cache, localstack, and ubuntu images to exact versions
- 7e61796 Merge pull request #244 from Infisical/feat/match-gateway-systemd-service-names
- b40f17f chore(e2e): remove unnecessary xterm from rdp-server container
- 4b4bf8e ci(govulncheck): enable Go module caching in setup-go
- b1477b7 fix(e2e): sync e2e module deps with root version bumps
- 3a314fe fix(security): remediate PLATFOR-404 Xray container findings
- 6105ce3 feat(gateway): support no-arg uninstall for legacy service, improve migration warning
- 85a3001 fix(gateway): reject gateway name that collides with legacy service name
- 85aef49 refactor(gateway): remove no-op serviceName() wrapper
- b3c822c fix(gateway): stop removing gateways config directory on legacy uninstall
- cb94735 refactor(gateway): extract readKeyFromConfFile helper for config parsing
- 600f2a4 feat(gateway): match systemd service name to gateway name
- 201fc00 fix(e2e): avoid t.Skip from goroutine in concurrent RDP test
- 0cecc97 docs: explain why recording config bypasses the API
- 87894d0 refactor(e2e): use generated client for AWS app connection, remove apiPost
- 3c49714 fix(e2e): revert to direct DB insert for recording config
- 80a325f fix(e2e): use Docker network alias for S3 virtual-hosted-style resolution
- 4527958 fix: revert unnecessary go.mod/go.sum version bumps
- 67be9d2 fix: restore pre-existing comments in pam_helpers.go
- 7f8920e cleanup: remove debug subtest and extra blank lines in rdp_test
- 3616509 fix(e2e): bypass S3 validation by inserting recording config via DB
- 65e62fa fix(e2e): use DNS-compatible bucket name for LocalStack S3
- 7516fa3 fix(e2e): use LocalStack for S3/STS mock in RDP recording config
- 9b92ccc fix(e2e): use postgres storage backend with valid app connection for recording config
- 824246e fix(e2e): remove bogus recording config that breaks credential fetch
- fbed5df test(e2e): also dump gateway stderr on TCP debug failure
- 437e502 test(e2e): dump proxy stderr on TCP debug failure
- 6dc4b9f test(e2e): add TCP-level debug probe to RDP proxy test
- c530e1f fix(e2e): retry xfreerdp on transport failure from bridge startup latency
- ab046e2 fix(e2e): replace /auth-only with full session, remove warmBridgeProxy
- e635118 test(e2e): add direct xrdp connection test to isolate proxy chain issues
- 7098bd3 fix(e2e): warm bridge proxy before xfreerdp to avoid EAGAIN race
- 90b6da2 fix(e2e): start Xvfb in CI, use container.Host for RDP resource
- 95a21fe fix(e2e): use freerdp3 instead of freerdp2 for RDP tests
- 14a07e8 fix(e2e): retry xfreerdp on transport failure from bridge startup race
- 01d955c remove accidentally committed api.json
- d3049da fix(e2e): regenerate API client with Windows PAM methods, fix xfreerdp display
- 0004121 fix(e2e): use /auth-only for RDP tests, fix unreachable-target
- b720c1a Merge remote-tracking branch 'origin/main' into feat/pam-rdp-tests
- a46575e Merge remote-tracking branch 'origin/main' into feat/pam-rdp-tests
- fbc6fdf fix(e2e): seed recording config before creating Windows PAM resources
- 33db99f add RDP E2E tests for PAM module
- 4ee1572 fix: remove generic PROJECT_ID fallback to avoid collisions (identified by codex)
- eb5cafb feat: expose PROJECT_ID and INFISICAL_PROJECT_ID as env vars
Changelog
- 65a62a6 Merge pull request #249 from Infisical/update-packages-and-vuln-check
- b942fee Merge pull request #229 from MattCrossingham/feat/expose-project-id-env
- 434d0fe e2e go tidy
- cf4c8ec fix: updated packages and improve/block vuln check
- 4ad24ef Merge pull request #230 from Infisical/feat/pam-rdp-tests
- ae11571 Merge pull request #246 from Infisical/tre/platfor-404-version-upgrade
- 3a83cdf docs: add RDP test instructions to e2e README, remove redundant type conversions
- dabd567 chore: pin actions/cache, localstack, and ubuntu images to exact versions
- 7e61796 Merge pull request #244 from Infisical/feat/match-gateway-systemd-service-names
- b40f17f chore(e2e): remove unnecessary xterm from rdp-server container
- 4b4bf8e ci(govulncheck): enable Go module caching in setup-go
- b1477b7 fix(e2e): sync e2e module deps with root version bumps
- 3a314fe fix(security): remediate PLATFOR-404 Xray container findings
- 6105ce3 feat(gateway): support no-arg uninstall for legacy service, improve migration warning
- 85a3001 fix(gateway): reject gateway name that collides with legacy service name
- 85aef49 refactor(gateway): remove no-op serviceName() wrapper
- b3c822c fix(gateway): stop removing gateways config directory on legacy uninstall
- cb94735 refactor(gateway): extract readKeyFromConfFile helper for config parsing
- 600f2a4 feat(gateway): match systemd service name to gateway name
- 201fc00 fix(e2e): avoid t.Skip from goroutine in concurrent RDP test
- 0cecc97 docs: explain why recording config bypasses the API
- 87894d0 refactor(e2e): use generated client for AWS app connection, remove apiPost
- 3c49714 fix(e2e): revert to direct DB insert for recording config
- 80a325f fix(e2e): use Docker network alias for S3 virtual-hosted-style resolution
- 4527958 fix: revert unnecessary go.mod/go.sum version bumps
- 67be9d2 fix: restore pre-existing comments in pam_helpers.go
- 7f8920e cleanup: remove debug subtest and extra blank lines in rdp_test
- 3616509 fix(e2e): bypass S3 validation by inserting recording config via DB
- 65e62fa fix(e2e): use DNS-compatible bucket name for LocalStack S3
- 7516fa3 fix(e2e): use LocalStack for S3/STS mock in RDP recording config
- 9b92ccc fix(e2e): use postgres storage backend with valid app connection for recording config
- 824246e fix(e2e): remove bogus recording config that breaks credential fetch
- fbed5df test(e2e): also dump gateway stderr on TCP debug failure
- 437e502 test(e2e): dump proxy stderr on TCP debug failure
- 6dc4b9f test(e2e): add TCP-level debug probe to RDP proxy test
- c530e1f fix(e2e): retry xfreerdp on transport failure from bridge startup latency
- ab046e2 fix(e2e): replace /auth-only with full session, remove warmBridgeProxy
- e635118 test(e2e): add direct xrdp connection test to isolate proxy chain issues
- 7098bd3 fix(e2e): warm bridge proxy before xfreerdp to avoid EAGAIN race
- 90b6da2 fix(e2e): start Xvfb in CI, use container.Host for RDP resource
- 95a21fe fix(e2e): use freerdp3 instead of freerdp2 for RDP tests
- 14a07e8 fix(e2e): retry xfreerdp on transport failure from bridge startup race
- 01d955c remove accidentally committed api.json
- d3049da fix(e2e): regenerate API client with Windows PAM methods, fix xfreerdp display
- 0004121 fix(e2e): use /auth-only for RDP tests, fix unreachable-target
- b720c1a Merge remote-tracking branch 'origin/main' into feat/pam-rdp-tests
- a46575e Merge remote-tracking branch 'origin/main' into feat/pam-rdp-tests
- fbc6fdf fix(e2e): seed recording config before creating Windows PAM resources
- 33db99f add RDP E2E tests for PAM module
- 4ee1572 fix: remove generic PROJECT_ID fallback to avoid collisions (identified by codex)
- eb5cafb feat: expose PROJECT_ID and INFISICAL_PROJECT_ID as env vars
Changelog
- 65a62a6 Merge pull request #249 from Infisical/update-packages-and-vuln-check
- b942fee Merge pull request #229 from MattCrossingham/feat/expose-project-id-env
- 434d0fe e2e go tidy
- cf4c8ec fix: updated packages and improve/block vuln check
- 4ad24ef Merge pull request #230 from Infisical/feat/pam-rdp-tests
- ae11571 Merge pull request #246 from Infisical/tre/platfor-404-version-upgrade
- 3a83cdf docs: add RDP test instructions to e2e README, remove redundant type conversions
- dabd567 chore: pin actions/cache, localstack, and ubuntu images to exact versions
- 7e61796 Merge pull request #244 from Infisical/feat/match-gateway-systemd-service-names
- b40f17f chore(e2e): remove unnecessary xterm from rdp-server container
- 4b4bf8e ci(govulncheck): enable Go module caching in setup-go
- b1477b7 fix(e2e): sync e2e module deps with root version bumps
- 3a314fe fix(security): remediate PLATFOR-404 Xray container findings
- 6105ce3 feat(gateway): support no-arg uninstall for legacy service, improve migration warning
- 85a3001 fix(gateway): reject gateway name that collides with legacy service name
- 85aef49 refactor(gateway): remove no-op serviceName() wrapper
- b3c822c fix(gateway): stop removing gateways config directory on legacy uninstall
- cb94735 refactor(gateway): extract readKeyFromConfFile helper for config parsing
- 600f2a4 feat(gateway): match systemd service name to gateway name
- 201fc00 fix(e2e): avoid t.Sk...
v0.43.87
Changelog
- 14d4c59 feat(relay): add resource auth enrollment for relays (#237)
- 6d00caa Merge pull request #233 from Infisical/feat/pki-applications-rework
- 9f3467d Address PR comment
- 97b6795 Fix agent e2e tests
- 7884482 Address PR comments
- dda877a Address claude comments
- 346a16d Add Application support to certificate agent
Changelog
- 14d4c59 feat(relay): add resource auth enrollment for relays (#237)
- 6d00caa Merge pull request #233 from Infisical/feat/pki-applications-rework
- 9f3467d Address PR comment
- 97b6795 Fix agent e2e tests
- 7884482 Address PR comments
- dda877a Address claude comments
- 346a16d Add Application support to certificate agent
Changelog
- 14d4c59 feat(relay): add resource auth enrollment for relays (#237)
- 6d00caa Merge pull request #233 from Infisical/feat/pki-applications-rework
- 9f3467d Address PR comment
- 97b6795 Fix agent e2e tests
- 7884482 Address PR comments
- dda877a Address claude comments
- 346a16d Add Application support to certificate agent
v0.43.86
What's Changed
- feat: add login status command by @Thiago-AS in #240
New Contributors
- @Thiago-AS made their first contribution in #240
Full Changelog: v0.43.85...v0.43.86
Changelog
- 8c1f508 Merge pull request #240 from Infisical/thiago-as/PLATFOR-316
- 808f5bf remove env var not publicly on doc
- 4917f68 get token type from claim
- ad47774 refactor to improve readability and fix tests
- 10da9d1 validate identities on backend
- 8412467 add machine identity support
- 14b19ba refactor to make file more concise and add test
- eae0b2a add login status command
Changelog
- 8c1f508 Merge pull request #240 from Infisical/thiago-as/PLATFOR-316
- 808f5bf remove env var not publicly on doc
- 4917f68 get token type from claim
- ad47774 refactor to improve readability and fix tests
- 10da9d1 validate identities on backend
- 8412467 add machine identity support
- 14b19ba refactor to make file more concise and add test
- eae0b2a add login status command
Changelog
- 8c1f508 Merge pull request #240 from Infisical/thiago-as/PLATFOR-316
- 808f5bf remove env var not publicly on doc
- 4917f68 get token type from claim
- ad47774 refactor to improve readability and fix tests
- 10da9d1 validate identities on backend
- 8412467 add machine identity support
- 14b19ba refactor to make file more concise and add test
- eae0b2a add login status command
v0.43.85
Changelog
- b193c99 feat: add principals flag to cli for ssh dynamic secrets (#238)
- 48d8a35 Merge pull request #196 from Infisical/devin/1777324232-lazy-identify-user
- 89f55cc Merge pull request #236 from Infisical/feat/pam-rdp-recording
- 5f5a8eb Merge branch 'main' into feat/pam-rdp-recording
- b38d001 improvement: decrease gateway health check interval for HA (#231)
- 1ccc772 Merge pull request #227 from Infisical/feat/pam-rdp-browser-client
- 8d4ee9c format
- 7ac3308 remove unused constant
- 6ec5907 split acceptor cert generation from TLS config build
- 498dcb8 remove unnecessary if statement
- 2d9aa09 Merge branch 'main' into feat/pam-rdp-browser-client
- 6a698a6 Merge pull request #235 from Infisical/fix-early-cleanup
- 0bd2056 move cleanup to defer
- a7fea58 fix: early session cleanup that broke proxies
- 99d53a7 Merge pull request #218 from Infisical/feat/pam-rdp-recording
- 1ed1bc2 chore(pam-rdp): shorten Mac FastPath mask comment
- 08c4660 Revert "chore(pam-rdp): drop Mac client FastPath input header mask"
- d1552c2 docs(pam-rdp): expand CR/CC abbreviations in rdcleanpath comment
- f795c1f docs(pam-rdp): document run_mitm_rdcleanpath_inner step-by-step
- 059e6ef docs(pam-rdp): add comments to read_rdcleanpath_pdu_inner and read_tpkt_pdu
- ba8ce28 refactor(pam-rdp): rename MITM entry points for clarity
- a031f0a fix(pam-rdp): silence unused variable warning in ffi.rs
- 8980609 chore(pam-rdp): remove debug logging from bridge
- 40741f0 refactor(pam-rdp): consolidate 4 FFI start functions into 2
- c6dcfb1 refactor(pam-rdp): reuse native bridge path for browser RDP
- f53a670 style(pam-rdp): remove trailing blank line for cargo fmt
- 286b7e2 Merge feat/pam-rdp-recording into feat/pam-rdp-browser-client
- 0155381 fix(pam-rdp): always cleanup on explicit cancellation
- 12e9ea3 chore(pam-rdp): drop Mac client FastPath input header mask
- 0830b7f fix(pam-rdp): keep session alive across RDP disconnects
- 4b25773 fix(relay): fix misleading "packet length too long" error when gateway is unreachable (#234)
- c6e658f Merge remote-tracking branch 'origin/main' into feat/pam-rdp-recording
- c548856 chore(pam-session): drop misleading 'terminal' references from SessionEvent comments
- 8d8f63d chore: pin GitHub workflow dependencies by SHA (#232)
- bd5a8cf chore: retrigger CI
- 7f030f1 fix(pam-rdp): keep recording timeline coherent across rapid reconnects
- 6effef3 fix(telemetry): only persist LastIdentifiedEmail after successful enqueue
- c0991b4 feat(telemetry): make IdentifyUser idempotent and lazy via persisted LastIdentifiedEmail
- 71878ca Merge pull request #197 from Infisical/devin/1777325070-cli-machine-identity-telemetry
- 7ba066c chore(api): drop redundant UploadSessionEvent comment
- 8920437 refactor(pam-session): rename TerminalEvent -> SessionEvent
- 9ab95e1 fix(pam-rdp): capture client input PDUs under TLS-strict clients
- 9ad910b fix(pam): fix SSH e2e test flakes from container readiness races (#228)
- 2d7b1eb fix(pam): eliminate black screen at start of RDP recordings
- d56cde6 style(pam): apply cargo fmt formatting
- 7aeed67 fix(pam): address bot review issues in RDP browser session
- c111230 feat(pam): add browser-based RDP session support and recording
- d422e12 feat(pam): add Oracle DB access support (#192)
- e96b1b2 Merge remote-tracking branch 'origin/main' into feat/pam-rdp-recording
- f81c8cb fix(pam-rdp): address PR review issues
- 795ae05 Merge remote-tracking branch 'origin/fix/cli-rdp-musl-static' into feat/pam-rdp-recording
- 5b44f1a fix(release): ship linux RDP binaries as fully static (musl)
- 3f00ca5 fix(pam-rdp): bypass mstsc TLS cert validation in generated .rdp
- 9357a92 fix(pam-rdp): support FreeRDP + match native clients' protocol advertisement
- e2dd9c0 style(pam-rdp): clippy fixes
- f916494 style(pam-rdp): cargo fmt
- d9e912f fix(pam-rdp): patch capabilities + anchor timestamps for replay
- d290e1b feat(pam-rdp): record RDP sessions through the chunk uploader
- 18f2006 fix(telemetry): prefer logged-in email over env-token identity in distinctId resolution
- ca54d7a feat(telemetry): attribute machine-identity CLI events to identity- persons
Changelog
- b193c99 feat: add principals flag to cli for ssh dynamic secrets (#238)
- 48d8a35 Merge pull request #196 from Infisical/devin/1777324232-lazy-identify-user
- 89f55cc Merge pull request #236 from Infisical/feat/pam-rdp-recording
- 5f5a8eb Merge branch 'main' into feat/pam-rdp-recording
- b38d001 improvement: decrease gateway health check interval for HA (#231)
- 1ccc772 Merge pull request #227 from Infisical/feat/pam-rdp-browser-client
- 8d4ee9c format
- 7ac3308 remove unused constant
- 6ec5907 split acceptor cert generation from TLS config build
- 498dcb8 remove unnecessary if statement
- 2d9aa09 Merge branch 'main' into feat/pam-rdp-browser-client
- 6a698a6 Merge pull request #235 from Infisical/fix-early-cleanup
- 0bd2056 move cleanup to defer
- a7fea58 fix: early session cleanup that broke proxies
- 99d53a7 Merge pull request #218 from Infisical/feat/pam-rdp-recording
- 1ed1bc2 chore(pam-rdp): shorten Mac FastPath mask comment
- 08c4660 Revert "chore(pam-rdp): drop Mac client FastPath input header mask"
- d1552c2 docs(pam-rdp): expand CR/CC abbreviations in rdcleanpath comment
- f795c1f docs(pam-rdp): document run_mitm_rdcleanpath_inner step-by-step
- 059e6ef docs(pam-rdp): add comments to read_rdcleanpath_pdu_inner and read_tpkt_pdu
- ba8ce28 refactor(pam-rdp): rename MITM entry points for clarity
- a031f0a fix(pam-rdp): silence unused variable warning in ffi.rs
- 8980609 chore(pam-rdp): remove debug logging from bridge
- 40741f0 refactor(pam-rdp): consolidate 4 FFI start functions into 2
- c6dcfb1 refactor(pam-rdp): reuse native bridge path for browser RDP
- f53a670 style(pam-rdp): remove trailing blank line for cargo fmt
- 286b7e2 Merge feat/pam-rdp-recording into feat/pam-rdp-browser-client
- 0155381 fix(pam-rdp): always cleanup on explicit cancellation
- 12e9ea3 chore(pam-rdp): drop Mac client FastPath input header mask
- 0830b7f fix(pam-rdp): keep session alive across RDP disconnects
- 4b25773 fix(relay): fix misleading "packet length too long" error when gateway is unreachable (#234)
- c6e658f Merge remote-tracking branch 'origin/main' into feat/pam-rdp-recording
- c548856 chore(pam-session): drop misleading 'terminal' references from SessionEvent comments
- 8d8f63d chore: pin GitHub workflow dependencies by SHA (#232)
- bd5a8cf chore: retrigger CI
- 7f030f1 fix(pam-rdp): keep recording timeline coherent across rapid reconnects
- 6effef3 fix(telemetry): only persist LastIdentifiedEmail after successful enqueue
- c0991b4 feat(telemetry): make IdentifyUser idempotent and lazy via persisted LastIdentifiedEmail
- 71878ca Merge pull request #197 from Infisical/devin/1777325070-cli-machine-identity-telemetry
- 7ba066c chore(api): drop redundant UploadSessionEvent comment
- 8920437 refactor(pam-session): rename TerminalEvent -> SessionEvent
- 9ab95e1 fix(pam-rdp): capture client input PDUs under TLS-strict clients
- 9ad910b fix(pam): fix SSH e2e test flakes from container readiness races (#228)
- 2d7b1eb fix(pam): eliminate black screen at start of RDP recordings
- d56cde6 style(pam): apply cargo fmt formatting
- 7aeed67 fix(pam): address bot review issues in RDP browser session
- c111230 feat(pam): add browser-based RDP session support and recording
- d422e12 feat(pam): add Oracle DB access support (#192)
- e96b1b2 Merge remote-tracking branch 'origin/main' into feat/pam-rdp-recording
- f81c8cb fix(pam-rdp): address PR review issues
- 795ae05 Merge remote-tracking branch 'origin/fix/cli-rdp-musl-static' into feat/pam-rdp-recording
- 5b44f1a fix(release): ship linux RDP binaries as fully static (musl)
- 3f00ca5 fix(pam-rdp): bypass mstsc TLS cert validation in generated .rdp
- 9357a92 fix(pam-rdp): support FreeRDP + match native clients' protocol advertisement
- e2dd9c0 style(pam-rdp): clippy fixes
- f916494 style(pam-rdp): cargo fmt
- d9e912f fix(pam-rdp): patch capabilities + anchor timestamps for replay
- d290e1b feat(pam-rdp): record RDP sessions through the chunk uploader
- 18f2006 fix(telemetry): prefer logged-in email over env-token identity in distinctId resolution
- ca54d7a feat(telemetry): attribute machine-identity CLI events to identity- persons
v0.43.84
Changelog
- fc0ac97 Merge pull request #225 from Infisical/fix/goreleaser-skip-build
- bfab685 fix(release): remove create-release-draft and fix --skip=build
- 171b125 Merge pull request #223 from Infisical/PAM-205
- 268a8e6 tiny noise fix
- 19a086f move session cleanup to only run if a session was found and cancelled
- 3ccfec6 Merge branch 'main' into PAM-205
- f9dd5b6 address claude review
- 786fcd7 codex review fix
- 71aba63 fix: detect and clean up dead gateway connections to prevent OOM
Changelog
- fc0ac97 Merge pull request #225 from Infisical/fix/goreleaser-skip-build
- bfab685 fix(release): remove create-release-draft and fix --skip=build
- 171b125 Merge pull request #223 from Infisical/PAM-205
- 268a8e6 tiny noise fix
- 19a086f move session cleanup to only run if a session was found and cancelled
- 3ccfec6 Merge branch 'main' into PAM-205
- f9dd5b6 address claude review
- 786fcd7 codex review fix
- 71aba63 fix: detect and clean up dead gateway connections to prevent OOM
Changelog
- fc0ac97 Merge pull request #225 from Infisical/fix/goreleaser-skip-build
- bfab685 fix(release): remove create-release-draft and fix --skip=build
- 171b125 Merge pull request #223 from Infisical/PAM-205
- 268a8e6 tiny noise fix
- 19a086f move session cleanup to only run if a session was found and cancelled
- 3ccfec6 Merge branch 'main' into PAM-205
- f9dd5b6 address claude review
- 786fcd7 codex review fix
- 71aba63 fix: detect and clean up dead gateway connections to prevent OOM
v0.43.83
v0.43.82
Changelog
- 8e70d95 Merge pull request #220 from Infisical/matheus/secrets-267-add-multi-path-support-to-infisical-run
- c08e5fa remove “last path wins” as this is not true
- 91cee7f use array + OverrideSecrets
- 8d11e6a fix ETag generation by removing duplicated secrets
- 4729a9a support multiple paths in
infisical run