Skip to content

Latest commit

 

History

History
114 lines (81 loc) · 4.41 KB

CHANGELOG.md

File metadata and controls

114 lines (81 loc) · 4.41 KB

Table of Contents

2.5.1

This release update wasm-nginx-module

New Feature

  • feat: update wasm-nginx-module to 0.6.5 #328

2.5.0

This release contains serveral new features and important bugfixes.

New Feature

  • feat: Update apisix-build-tools workflow: add parameter "timeout-minutes: 60" in all files #124
  • ci: auto build and push apisix-base image #118
  • ci(workflow): auto build and publish rpm package #115
  • feat: build apisix-base docker image #114
  • feat: release wasm-nginx-module 0.1.0 #116
  • chore: Use apache apisix rpm repository #111

Bugfix

  • ci: Fix incorrect shebang in rpm package for 2.10.x #125
  • fix: Add ldap dev dependency for building apisix #112

2.4.0

This release mainly contains several new features.

New Feature

  • ci: Disable CI for doc changes #106
  • feat: add wasm-nginx-module #98
  • chore: Ignore cert check when downloading openresty #105

2.3.0

This release mainly contains two new features.

New Feature

  • chore: Rename apisix-openresty to apisix-base #103
  • ci: Upload apisix-openresty/apisix/dashboard artifact #102

2.2.1

This release mainly contains two important bugfixes, as well as a feature.

New Feature

  • feat: add apisix-openresty deb support #92

Bugfix

  • ci: Fix no setting config files 95
  • fix: failed to get metalink from epel #93

2.2.0

This release mainly contains several new features, as well as a bugfix.

New Feature

  • ci: Using Buildx as Docker builder #74
  • feat: add apisix dashboard deb support #82
  • feat: Reduce CI files with combined test #86
  • docs: update the recommened way to build APISIX OpenResty #85

Bugfix

  • fix: failed to get metalink from epel #88

2.1.0

This release mainly contains several new features.

New Feature

  • feat: Support setting artifact name #83
  • feat: upgrade apisix_nginx_module_ver #81
  • feat: Support packaging apisix which depends on apisix-openresty #80
  • feat: Support use local code for packaging #79

2.0.0

This release is the initial release, which is mainly to support building apisix, apisix-dashboard and apisix-openrestyboth for rpm and deb artifacts.

Back to TOC