Skip to content

Commit

Permalink
Merge branch '0.7' into 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Nov 16, 2024
2 parents 1d01938 + 12953d2 commit 548c8af
Show file tree
Hide file tree
Showing 26 changed files with 731 additions and 530 deletions.
28 changes: 28 additions & 0 deletions docs/changelogs/0.7.7.rst
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
1 change: 1 addition & 0 deletions docs/changelogs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelogs & History
:maxdepth: 1

unreleased
0.7.7
0.7.6
0.7.5
0.7.4
Expand Down
7 changes: 5 additions & 2 deletions docs/changelogs/unreleased.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ Changed
* API: the `EVENT_READY` and `EVENT_SHUTDOWN` core events now takes (and provides) an `ASGIApplication` insteas of an
`ASGIKernel` to avoid having a misleading interface when multiple ASGI middlewares are applied. The same change has
been propagated to ``System``/``SystemBuilder``.
* Proxy: Endpoints can now include full paths beyond just base paths. For example, URLs like http://example.com/api/v1/endpoint1/ are now supported in addition to simpler base URLs like http://example.com/. (#35, @ArthurD1)
* Rules: The rules application is now loaded by default when using the ``harp start`` or ``harp server`` command. (#594, @ArthurD1)
* Proxy: Endpoints can now include full paths beyond just base paths. For example, URLs like
http://example.com/api/v1/endpoint1/ are now supported in addition to simpler base URLs like http://example.com/.
(#35, @ArthurD1)
* Rules: The rules application is now loaded by default when using the ``harp start`` or ``harp server`` command. (#594,
@ArthurD1)
* Storage: The Engine is now defined as a service and instantiated using dependency injection. (#72, @ArthurD1)

Fixed
Expand Down
2 changes: 1 addition & 1 deletion harp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _parse_version(version: str, /, *, default=None) -> Version:

# last release
__title__ = "Core"
__version__ = "0.7.6"
__version__ = "0.7.7"
__hardcoded_version__ = __version__
__revision__ = __version__ # we can't commit the not yet known revision

Expand Down
26 changes: 13 additions & 13 deletions harp_apps/dashboard/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@emotion/styled": "^11.13.0",
"@headlessui/react": "2.1.5",
"@heroicons/react": "^2.1.5",
"@ladle/react": "^4.1.1",
"@ladle/react": "^4.1.2",
"@react-hook/window-size": "^3.1.1",
"@sentry/browser": "^8.30.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.13",
"@types/react-helmet": "^6.1.11",
"date-fns": "^3.6.0",
"echarts": "^5.5.1",
Expand Down Expand Up @@ -72,17 +72,17 @@
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/bramus__pagination-sequence": "^1.2.2",
"@types/node": "^22.5.5",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.9.0",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-sparklines": "^1.7.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/sync-fetch": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.5",
"autoprefixer": "^10.4.20",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-prismjs": "^2.1.0",
Expand All @@ -100,19 +100,19 @@
"globals": "^15.9.0",
"jsdom": "^24.1.3",
"json-schema-to-typescript": "^13.1.2",
"msw": "^2.4.8",
"postcss": "^8.4.47",
"msw": "^2.6.5",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"react-test-renderer": "^18.3.1",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-visualizer": "^5.12.0",
"sync-fetch": "^0.5.2",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.15",
"twin.macro": "^3.4.1",
"typescript": "5.4.3",
"vite": "^5.4.6",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.1",
"vitest": "^2.1.5",
"vitest-canvas-mock": "^0.3.3"
}
}
Loading

0 comments on commit 548c8af

Please sign in to comment.