github.com/speelynet/server@v0.2.10/CHANGELOG.md (about)

     1  # CHANGELOG
     2  
     3  ### [v0.2.10](https://github.com/speelynet/server/tree/v0.2.10)
     4  - Upgrade [NGINX Unit](https://unit.nginx.org) version in [CI/CD workflow](https://github.com/speelynet/server/tree/v0.2.10/.github/workflow/CICD.yml) from 1.27.0 to 1.28.0
     5  
     6  ### [v0.2.9](https://github.com/speelynet/server/tree/v0.2.9)
     7  - Upgrade [NGINX Unit](https://unit.nginx.org) version in [CI/CD workflow](https://github.com/speelynet/server/tree/v0.2.9/.github/workflows/CICD.yml) from 1.26.1 to 1.27.0
     8  - Change [license](https://github.com/speelynet/server/tree/v0.2.8/LICENSE)
     9  
    10  ### [v0.2.8](https://github.com/speelynet/server/tree/v0.2.7)
    11  - Upgrade [NGINX Unit](https://unit.nginx.org) version in [CI/CD workflow](https://github.com/speelynet/server/tree/v0.2.8/.github/workflows/CICD.yml) from 1.26.0 to 1.26.1
    12  
    13  ### [v0.2.7](https://github.com/speelynet/server/tree/v0.2.7)
    14  - Upgrade [NGINX Unit](https://unit.nginx.org) version in [CI/CD workflow](https://github.com/speelynet/server/tree/v0.2.7/.github/workflows/CICD.yml) from 1.25.0 to 1.26.0
    15  
    16  ### [v0.2.6](https://github.com/speelynet/server/tree/v0.2.6)
    17  - Upgrade [NGINX Unit](https://unit.nginx.org) version in [CI/CD workflow](https://github.com/speelynet/server/tree/v0.2.6/.github/workflows/CICD.yml) from 1.24.0 to 1.25.0
    18  
    19  ### [v0.2.5](https://github.com/speelynet/server/tree/v0.2.5)
    20  - Update [components route](https://github.com/speelynet/server/tree/v0.2.5/components.go#L25)
    21  
    22  ### [v0.2.4](https://github.com/speelynet/server/tree/v0.2.4)
    23  - Update logic for [defining subroutes of components route](https://github.com/speelynet/server/tree/v0.2.4/components.go#L21)
    24  - Set 'Access-Control-Allow-Origin' header to '\*' for [components](https://github.com/speelynet/server/tree/v0.2.4/components.go#L22) route
    25  
    26  ### [v0.2.3](https://github.com/speelynet/server/tree/v0.2.3)
    27  - Modify [home](https://github.com/speelynet/server/tree/v0.2.3/home.go#L5) route to serve "home" directory instead of "static" directory
    28  
    29  ### [v0.2.2](https://github.com/speelynet/server/tree/v0.2.2)
    30  - Disable strict-slash routing to fix redirection issue in [components](https://github.com/speelynet/server/tree/v0.2.2/components.go) route
    31  
    32  ### [v0.2.1](https://github.com/speelynet/server/tree/v0.2.1)
    33  - Fix redirection bug in [components](https://github.com/speelynet/server/tree/v0.2.1/components.go) route
    34  
    35  ### [v0.2.0](https://github.com/speelynet/server/tree/v0.2.0)
    36  - Start using [Godog](https://github.com/cucumber/godog#readme) for [Cucumber](https://cucumber.io/) tests
    37  - Rewrite server to use a [gorilla/mux](https://github.com/gorilla/mux#readme) [router](https://github.com/speelynet/server/tree/v0.2.0/main.go#L9)
    38  - Add [home](https://github.com/speelynet/server/tree/v0.2.0/home.go) and [components](https://github.com/speelynet/server/blob/v0.2.0/components.go) routes
    39  
    40  ### [v0.1.0](https://github.com/speelynet/server/tree/v0.1.0)
    41  - Initial release