-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
33 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Version 0.7.7 (2024-11-16) | ||
========================== | ||
|
||
Fixed | ||
::::: | ||
|
||
* DX: Add the ability to use --set x=y or --set x y (both equivalent) to all commands (@masterivanic, #590) | ||
* UI: Correctly display header values containing a semicolon character (#577, @ArthurD1) | ||
* UI: On transactions page, tpdex filter now includes both sides of the selected range (#391, @ArthurD1) | ||
|
||
Changed | ||
::::::: | ||
|
||
* DX: Improve `harp create project` prompts (@Lenormju) | ||
|
||
Updated | ||
::::::: | ||
|
||
* bump aiohttp from 3.10.10 to 3.11.2 | ||
* bump alembic from 1.13.3 to 1.14.0 | ||
* bump asgi-tools from 1.0.10 to 1.1.0 | ||
* bump hishel from 0.0.33 to 0.1.1 | ||
* bump http-router from 4.1.2 to 5.0.8 | ||
* bump orjson from 3.10.10 to 3.10.11 | ||
* bump rich from 13.9.3 to 13.9.4 | ||
* bump rich-click from 1.8.3 to 1.8.4 | ||
* bump ruff from 0.7.1 to 0.7.4 | ||
* bump sentry-sdk from 2.17.0 to 2.18.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ Changelogs & History | |
:maxdepth: 1 | ||
|
||
unreleased | ||
0.7.7 | ||
0.7.6 | ||
0.7.5 | ||
0.7.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
Unreleased | ||
========== | ||
|
||
Fixed | ||
::::: | ||
|
||
* DX: Add the ability to use --set x=y or --set x y (both equivalent) to all commands (@masterivanic, #590) | ||
* UI: Correctly display header values containing a semicolon character (#577, @ArthurD1) | ||
* UI: On transactions page, tpdex filter now includes both sides of the selected range (#391, @ArthurD1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "harp-proxy" | ||
version = "0.7.6" | ||
version = "0.7.7" | ||
description = "Harp is an API Runtime Proxy – A toolkit for Fast, Reliable and Observable external APIs" | ||
authors = ["Romain Dorgueil <[email protected]>"] | ||
readme = "README.rst" | ||
|