add changelog for 1.13
[beanstalkd.git] / CHANGELOG.md
blobc0103b365e4fcc4acb8a9f40a7e7fba2e09f930d
1 # Changelog
2 All notable changes to this project will be documented in this file.
4 ## [Unreleased]
6 ## [1.13] - 2023-03-12
8 - maintenace fixes
9 - set up CI using GH actions 
10 - quote string values in yaml dictionaries
11 - use read_u32 to safely read reserve-with-timeout argument (#607)
12 - fix pause-tube parameter (#604)
13 - refactor code using tube_find and remove_ready_job functions (#600)
14 - testserv: fix endianness issue (#594)
15 - Make sure to quote os value in stats cmd (#592)
16 - add dockerfile (#586)
17 - exit when SIGTERM is received and pid is 1 (#585)
18 - server: remove redundant listen (#583)
20 ## [1.12] - 2020-06-04
22 - add support of UNIX domain sockets
23 - add support of Solaris/illumos
24 - add the "reserve-job" command
25 - add draining status to the "stats" command
26 - make fsync turned on by default when binlog is used: it's synced every 50ms instead of never
27 - replace vendored systemd files with libsystemd
28 - systemd usage can be controlled with USE_SYSTEMD=yes/no
29 - specify C99 as required compiler
31 ## [1.11] - 2019-06-29
33 - add automated testing via TravisCI
34 - add System V init script
35 - enable code coverage
36 - misc. fixes and documentation improvements
38 ## [1.10] - 2014-08-05
40 - fix crash on suspend or other EINTR (#220)
41 - document touch command’s TTR reset (#188)
42 - add some basic benchmark tests
43 - add DESTDIR support to Makefile
46 [unreleased]: https://github.com/beanstalkd/beanstalkd/compare/v1.12...HEAD
47 [1.13]:           https://github.com/beanstalkd/beanstalkd/compare/v1.12...v1.13
48 [1.12]:       https://github.com/beanstalkd/beanstalkd/compare/v1.11...v1.12
49 [1.11]:       https://github.com/beanstalkd/beanstalkd/compare/v1.10...v1.11
50 [1.10]:       https://github.com/beanstalkd/beanstalkd/compare/v1.9...v1.10