Skip to content

Commit

Permalink
Merge pull request #68 from westonganger/fix-changelog-diff-links
Browse files Browse the repository at this point in the history
Fix changelog diff links
  • Loading branch information
oldmoe authored Nov 22, 2023
2 parents 01542a9 + 99ed39c commit 1318e52
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## [Unreleased]

- [View Diff](https://github.com/litestack/compare/v0.4.1...master)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.4.1...master)
- Add "sequel" as a development dependency
- Diff links in CHANGELOG (thanks Weston Ganger)
- Fix deamonize type in liteboard (thanks Julian Rubisch)

## [0.4.2] - 2023-11-11

- [View Diff](https://github.com/litestack/compare/v0.4.1...v0.4.2)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.4.1...v0.4.2)
- Add similarity search support for Litesearch (works best for non-trigram indexes)
- Enable similarity search for ActiveRecord and Sequel models
- Fix Litesearch tests
Expand All @@ -19,19 +19,19 @@

## [0.4.1] - 2023-10-11

- [View Diff](https://github.com/litestack/compare/v0.4.0...v0.4.1)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.4.0...v0.4.1)
- Add missing Litesearch::Model dependency

## [0.4.0] - 2023-10-11

- [View Diff](https://github.com/litestack/compare/v0.3.0...v0.4.0)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.3.0...v0.4.0)
- Introduced Litesearch, dynamic & fast full text search capability for Litedb
- ActiveRecord and Sequel integration for Litesearch
- Slight improvement to the Sequel Litedb adapter for better Litesearch integration

## [0.3.0] - 2023-08-13

- [View Diff](https://github.com/litestack/compare/v0.2.6...v0.3.0)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.2.6...v0.3.0)
- Reworked the Litecable thread safety model
- Fixed multiple litejob bugs (thanks Stephen Margheim)
- Fixed Railtie dependency (thanks Marco Roth)
Expand All @@ -41,31 +41,31 @@

## [0.2.6] - 2023-07-16

- [View Diff](https://github.com/litestack/compare/v0.2.3...v0.2.6)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.2.3...v0.2.6)
- Much improved database location setting (thanks Brad Gessler)
- A Rails generator for better Rails Litestack defaults (thanks Brad Gessler)
- Revamped Litemetric, now much faster and more accurate (still experimental)
- Introduced Liteboard, a dashboard for viewing Litemetric data

## [0.2.3] - 2023-05-20

- [View Diff](https://github.com/litestack/compare/v0.2.2...v0.2.3)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.2.2...v0.2.3)
- Cut back on options defined in the Litejob Rails adapter

## [0.2.2] - 2023-05-18

- [View Diff](https://github.com/litestack/compare/v0.2.1...v0.2.2)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.2.1...v0.2.2)
- Fix default queue location in Litejob


## [0.2.1] - 2023-05-08

- [View Diff](https://github.com/litestack/compare/v0.2.0...v0.2.1)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.2.0...v0.2.1)
- Fix a race condition in Litecable

## [0.2.0] - 2023-05-08

- [View Diff](https://github.com/litestack/compare/v0.1.8...v0.2.0)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.1.8...v0.2.0)
- Litecable, a SQLite driver for ActionCable
- Litemetric for metrics collection support (experimental, disabled by default)
- New schema for Litejob, old jobs are auto-migrated
Expand All @@ -75,7 +75,7 @@

## [0.1.8] - 2023-03-08

- [View Diff](https://github.com/litestack/compare/v0.1.7...v0.1.8)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.1.7...v0.1.8)
- More code cleanups, more test coverage
- Retry support for jobs in Litejob
- Job storage and garbage collection for failed jobs
Expand All @@ -84,15 +84,15 @@

## [0.1.7] - 2023-03-05

- [View Diff](https://github.com/litestack/compare/v0.1.6...v0.1.7)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.1.6...v0.1.7)
- Code cleanup, removal of references to older name
- Fix for the litedb rake tasks (thanks: netmute)
- More fixes for the new concurrency model
- Introduced a logger for the Litejobqueue (doesn't work with Polyphony, fix should come soon)

## [0.1.6] - 2023-03-03

- [View Diff](https://github.com/litestack/compare/v0.1.0...v0.1.6)
- [View Diff](https://github.com/oldmoe/litestack/compare/v0.1.0...v0.1.6)
- Revamped the locking model, more robust, minimal performance hit
- Introduced a new resource pooling class
- Litecache and Litejob now use the resource pool
Expand Down

0 comments on commit 1318e52

Please sign in to comment.