8000 Add diff links to CHANGELOG.md by westonganger · Pull Request #64 · oldmoe/litestack · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add diff links to CHANGELOG.md #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
9B91
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [Unreleased]

- [View Diff](https://github.com/oldmoe/litestack/compare/v0.4.1...master)
- Add similarity search support for Litesearch
- Enable similarity search for ActiveRecord and Sequel models
- Fix Litesearch tests
Expand All @@ -8,16 +9,19 @@

## [0.4.1] - 2023-10-11

- [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/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/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 @@ -27,26 +31,31 @@

## [0.2.6] - 2023-07-16

- [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/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/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/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/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 @@ -56,6 +65,7 @@

## [0.1.8] - 2023-03-08

- [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 @@ -64,13 +74,15 @@

## [0.1.7] - 2023-03-05

- [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/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