Skip to content

Releases: marvinruder/rating-tracker

v6.1.0

31 Oct 19:22
4f406f6
Compare
Choose a tag to compare

What's Changed

Minor changes

Tweaks and fixes

Notable dependency updates

Full Changelog: v6.0.1...v6.1.0

v6.0.1

28 Sep 17:47
06ab9a3
Compare
Choose a tag to compare

What's Changed

Tweaks and fixes

Full Changelog: v6.0.0...v6.0.1

v6.0.0

22 Sep 16:47
cb3cebd
Compare
Choose a tag to compare

What's Changed

Breaking changes

This release migrates away from Redis. Existing Redis instances deployed only for integration with Rating Tracker can be safely discarded of, which will result in the one-time loss of existing cache entries, session IDs and other ephemeral resources. New cached resources and sessions will be stored in the existing PostgreSQL database.

Recently, Rating Tracker migrated from Express to Hono as the underlying web framework. During this migration, the project file structure was also reworked to resemble those of NestJS projects: For each domain such as users, stocks, auth etc., there exists

  • a controller which now handles routing, endpoint documentation, request validation and calls functions handling the vast majority of data processing tasks,
  • a service aggregating functions which implement most logic related to the domain,
  • optionally a schema describing the structure of larger entities for the purpose of validation.

Benefits of Hono include performance, better integration with tools generating an OpenAPI documentation, better validation of requests and responses supported by Zod, as well as type safety across both backend and frontend code by using Hono Client. Hono now also supports adding security-related headers like Content-Security-Policy etc. to responses, so those can be removed from a reverse proxy configuration. The integration with reverse proxies has also been improved in the way that the number of trustworthy proxies can now be configured using the environment variable TRUSTWORTHY_PROXY_COUNT. This has an impact on the evaluation of the X-Forwarded-For header and helps identifying a client’s real IP.

Finally, the development services no longer include an nginx reverse proxy. Instead, Vite runs a proxy forwarding all API requests to the backend. This proxy supports both HTTP/2 and HTTPS, which means that it must be supplied with SSL certificates. Those can be taken from an existing nginx setup, the files of which can be deleted afterwards.

For details regarding recommended configuration and environment changes, please refer to the README.

Major features

Minor changes

Tweaks and fixes

Notable dependency updates

Full Changelog: v5.0.1...v6.0.0

v5.0.1

16 Jun 15:39
bc9e26f
Compare
Choose a tag to compare

What's Changed

Tweaks and fixes

Notable dependency updates

Full Changelog: v5.0.0...v5.0.1

v5.0.0

29 May 11:02
f7b25c7
Compare
Choose a tag to compare

What's Changed

Breaking changes

This release introduces fetching price information from Yahoo Finance for displaying sparklines. The ticker of a stock is now used as an identifier for the Yahoo Finance API, so the ticker of existing stocks may require updating to match the ticker used by Yahoo Finance.

For non-US stocks, the Yahoo ticker typically includes the ticker of a stock at the local stock exchange, followed by a period and a stock exchange identifier, such as .DE for German XETRA exchange, .L for London Stock Exchange, .T for Tokio Stock Exchange, etc.

Please make sure that every ticker in use refers to the correct stock at Yahoo Finance before updating. If a stock is not available at Yahoo Finance, the ticker can be prepended by an underscore _. In this case, no price information will be fetched from Yahoo Finance.

Minor changes

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.7.1...v5.0.0

v4.7.1

18 May 14:41
422bed4
Compare
Choose a tag to compare

What's Changed

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.7.0...v4.7.1

v4.7.0

14 May 20:01
bd8a348
Compare
Choose a tag to compare

What's Changed

Minor changes

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.6.0...v4.7.0

v4.6.0

11 May 20:43
2c6ca6c
Compare
Choose a tag to compare

What's Changed

Minor changes

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.5.1...v4.6.0

v4.5.1

05 May 18:07
fc152d5
Compare
Choose a tag to compare

What's Changed

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.5.0...v4.5.1

v4.5.0

02 May 14:03
2bc0acd
Compare
Choose a tag to compare

What's Changed

Minor changes

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.4.1...v4.5.0