|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
| 5 | + |
| 6 | +## Release 0.4.0-beta |
| 7 | + * realease: bump nginx-sys to 0.2.0 (ad093d8) |
| 8 | + * feat: unsafe updates for raw pointer arguments (1b88323) |
| 9 | + * feat: Add debug log mask support (#40) (57c68ff) |
| 10 | + * docs: add support badge to README (4aa2e35) |
| 11 | + * cargo: make macOS linker flags workaround apply to Apple silicon (f4ea26f) |
| 12 | + * docs: added repostatus and crates badges (dd687a4) |
| 13 | + |
| 14 | + ## Initial release 0.3.0-beta |
| 15 | + * docs: prepare ngx to be published to crates.io (a1bff29) |
| 16 | + * fix: nginx-sys enable a few modules by default (f23e4b1) |
| 17 | + * !misc: project refactor and new module structure (b3e8f45) |
| 18 | + * update README (#18) (d2c0b3a) |
| 19 | + * Fix usage example in README (#16) (8deaec0) |
| 20 | + * use nginxinc namespace (9bb9ef6) |
| 21 | + * upgrade to rust 1.26 (#15) (bbfc114) |
| 22 | + * 1.39 upgrade (#12) (be9d532) |
| 23 | + * add pkg-config (#11) (a33c329) |
| 24 | + * upgrade to nginx 1.13.7 (#10) (8c6b968) |
| 25 | + * update the README (#9) (7693ea2) |
| 26 | + * Rust 1.21 (#8) (4fa395c) |
| 27 | + * Rust 1.21 (#7) (9517b56) |
| 28 | + * add rust docker tooling (8b4d492) |
| 29 | + * revert back tool tag (82bd0d6) |
| 30 | + * update the tag for rust tool image (f2418c0) |
| 31 | + * bump up tool image to 1.22 (7db2ced) |
| 32 | + * add rust tool on top of the nginx (9aa4fa0) |
| 33 | + * add developer version of nginx which can do ps (994c703) |
| 34 | + * upgrade nginx to 1.13.5 bump up cargo version number respectively separate out nginx make file (7095777) |
| 35 | + * consolidate makefile by reducing duplicates simplify docker command (cfe1756) |
| 36 | + * set default rust tooling to 1.20 generate linux binding in the cargo build fix the linux configuration (d396803) |
| 37 | + * build nginx binary for darwin add target for darwin (d2e04ce) |
| 38 | + * add configuration for linux (b3bf4da) |
| 39 | + * remove unnecessary reference to libc invoke make for build.rs in the mac (8e1c544) |
| 40 | + * add unit test for nginx server (d0ff3df) |
| 41 | + * Merge branch 'master' into module (4f6ed43) |
| 42 | + * update the README (a8cfe50) |
| 43 | + * add license file (805e70b) |
| 44 | + * add license file (8c574be) |
| 45 | + * add nginx instance module where you can start and stop nginx sample test for instance (acfc545) |
| 46 | + * upgrade bindgen to latest version remove redudant c module code update the nginx config (3102b5a) |
| 47 | + * update the tools make file to use Dockerhub (36ae1ca) |
| 48 | + * update the README (ba563fc) |
| 49 | + * add tools directory to generate docker image for rust toolchain check for nginx directory when setting up source (6842329) |
| 50 | + * add targets for building on linux (6176272) |
| 51 | + * make target for setting up darwin source add os specific build path (fbc5e2f) |
| 52 | + * initial check in generate binding (a38b8ab) |
| 53 | + |
0 commit comments