You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [Unreleased]
9
+
10
+
### Fixed
11
+
12
+
- deps: update rust crate clap-verbosity-flag to 3.0.1(pr [#1205])
13
+
8
14
## [2.8.9] - 2024-11-23
9
15
10
16
### Changed
@@ -543,7 +549,6 @@ Extended validation for the secret key requires it to conform to "0x" followed b
543
549
The input to .sitekey(sitekey) has been changed to validate that the string slice supplied is a valid UUID.
544
550
545
551
The input to the .remoteip(remoteip) has been changed to validate that the string slice supplier is a valid ipv4 or ipv6 address.
546
-
547
552
- Logging / Tracing*
548
553
549
554
The previous version provided logging behind a feature flag. The log crate has been removed and replaced with tracing. Tracing has been instrumented for all public functions. Tracing is enabled by selected the "trace" feature.
@@ -552,7 +557,6 @@ Tracing is enabled at the info logging level for public methods. Additional trac
552
557
553
558
The trace crates log feature is enabled so that log records are
554
559
emitted if a tracing subscriber is not found.
555
-
556
560
### Changed
557
561
558
562
- Rename user_ip and site_key to conform to Hcaptcha API documentation (remoteip and sitekey)
@@ -774,7 +778,9 @@ emitted if a tracing subscriber is not found.
0 commit comments