Skip to content

Latest commit

 

History

History
292 lines (184 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

292 lines (184 loc) · 12.7 KB

v1.11.1

v1.11.0

  • 2021-11-11 b5e74ab - (Andrew N. Shalaev) fix: some optimizations for Pgq::Event parse
  • 2021-11-10 f5cdbf6 - (Andrew N. Shalaev) fix: increase idle time for decrease cpu time

v1.10.0

  • 2021-11-02 94c3e03 - (Andrew N. Shalaev) fix: remove usage of deprecated AR methods

v1.9.4

  • 2021-07-22 4e01ad3 - (TamarinEA) chore: add homepage
  • 2021-07-22 37d8cd7 - (TamarinEA) chore: fetch redis image

v1.9.3

  • 2021-07-21 e8dc29d - (TamarinEA) chore: add ruby 2.4 support

v1.9.2

v1.9.1

v1.9.0

v1.8.3

v1.8.1

Т.к. все равно вызов делегируется к connection, то заменяем сразу на connection.quote.

v1.8.0

v1.7.3

  • 2019-10-01 e2c3b20 - (TamarinEA) chore: lock some gems by ruby version
  • 2019-10-01 40f04f7 - (TamarinEA) chore: remove coding
  • 2019-10-01 d4c0e25 - (TamarinEA) chore: remove rspec-given
  • 2019-10-01 89c3dbe - (TamarinEA) chore: test rails 4.2

v1.7.2

  • 2019-05-21 1541ef4 - (Andrew N. Shalaev) fix: replace undefined method #to_hash to Hash constructor

v1.7.1

  • 2019-03-22 e917963 - (Andrew N. Shalaev) feature: remove support of rails 3.2

v1.7.0

  • 2018-12-21 b0d9c1c - (Andrew N. Shalaev) fix: reset pid if worker stopped
  • 2018-12-21 49a3422 - (Andrew N. Shalaev) feature: support for redis >= v4

v1.6.6

v1.6.5

  • 2018-08-21 a072bbe - (TamarinEA) fix: use update of columns without nesessary event sort

v1.6.4

  • 2018-08-08 aaf96b2 - (TamarinEA) fix: start initialize field when process not alived

v1.6.3

  • 2018-06-25 2e34611 - (Zhidkov Denis) fix: set correct mask to count bg executor instances and clean up pids

v1.6.2

v1.6.1

  • 2018-05-28 6c78cf3 - (Andrew N. Shalaev) fix: some typo in code
  • 2018-05-28 9968c5d - (Andrew N. Shalaev) fix: wrong cmd line format for find pids by pattern

v1.6.0

v1.5.0

v1.4.4

v1.4.3

v1.4.2

v1.4.1

  • 2017-11-02 46b03be - (Artem Napolskih) fix: high cpu load on idle

v1.4.0

  • 2017-10-20 a5a9c32 - (Salahutdinov Dmitry) feature: specify intialization batch_size as field parameter

v1.3.0

v1.2.1

  • 2017-05-03 972b275 - (pold) fix(core): rails 4 compatibility

v1.2.0

v1.1.0

v1.0.1

v1.0.0

v0.6.0

  • 2016-12-12 304296b - (Salahutdinov Dmitry) feature: event data readers (#28)

  • 2016-10-26 48d84fa - (Semyon Pupkov) fix: interesting_event meth should be in base processor

  • 2016-10-26 8926025 - (Semyon Pupkov) feature: add methods to user processor form project Зачем это надо: Получается не верное наследование классов Processor::Base наследуеться от проекта Processor::User::Base насоелдуется от проекта, а должен от Treasury::Base и получается теряеться метод object_value который есть только в геме https://github.com/abak-press/treasury/blob/master/lib/treasury/processors/base.rb#L12

  • 2016-10-26 4408b20 - (Semyon Pupkov) chore: add drone, docker and dip

v0.5.0

v0.4.0

  • 2016-06-28 5bacff5 - (vadshalamov) feature: add Treasury::LIST_DELIMITER USERS-9

  • 2016-06-28 1c93807 - (vadshalamov) feature: add db_link_class to new field helper USERS-9

  • 2016-06-01 a314d41 - (Semyon Pupkov) feature: add helper for create new field in migration

  • 2016-06-01 ddfa482 - (vadshalamov) feature: generate alias_method

  • 2016-06-01 8768c09 - (vadshalamov) fix tests

  • 2016-06-01 dd17b6b - (vadshalamov) feature: add common extractor PC4-17243

v0.3.0

v0.2.0

v0.1.0

  • 2016-03-01 863782b - (Sergey Kucher) fix: customer new orders counter - fix treasury/processors/counters module in case when nothing changing https://jira.railsc.ru/browse/PC4-16549

  • 2016-03-02 07aac88 - (Semyon Pupkov) feature: add helper for stub plugin into tests

v0.0.5

v0.0.4

v0.0.3

v0.0.2

  • 2015-10-22 bb6ce63 - (Sergey Kucher) add field 'single' and processor 'counter' pc4-15459

v0.0.1

  • 2015-02-25 b39c386 - (Andrew N. Shalaev) Blank treasury classes
  • 2015-02-24 defde40 - (Mamedaliev Kirill) Initial commit