Skip to content

Commit 16d9804

Browse files
committed
docs: update CHANGELOG.md for v1.3.1 release
1 parent b38c6cd commit 16d9804

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Unreleased
22

33
# Released
4+
# v1.3.1
5+
6+
## Security Fixes
7+
8+
### Transport
9+
* Fixed clear-text URL logging in HTTP transport retry and exception paths. Request URLs (which can contain workspace IDs, organization names, and resource paths) were previously emitted at `DEBUG`/`INFO` level during retries and transport exceptions. These are now replaced with `<redacted-url>` to prevent sensitive path segments from appearing in debug logs or CI output by @isivaselvan [#193](https://github.com/hashicorp/python-tfe/pull/193)
10+
11+
### Examples
12+
* Fixed `examples/oauth_client.py` printing raw OAuth token IDs during the `read_with_options` test. The print statement now outputs `[REDACTED]` instead of the token ID to prevent credential-adjacent values appearing in example run output by @isivaselvan [#193](https://github.com/hashicorp/python-tfe/pull/193)
13+
14+
## Build / Tooling
15+
16+
* Excluded `.bob/` directory and `*.md` files from ruff's formatter to prevent ruff 0.16.0's new Markdown code-block formatter from flagging documentation and skill files. Fixes `lint` CI failure on Python 3.11 introduced by the ruff 0.16.0 release by @isivaselvan [#194](https://github.com/hashicorp/python-tfe/pull/194)
17+
418
# v1.3.0
519

620
## Enhancements

0 commit comments

Comments
 (0)