Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.7.0 #160

Merged
merged 27 commits into from
Aug 18, 2023
Merged

Release v0.7.0 #160

merged 27 commits into from
Aug 18, 2023

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    fcf57ac View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Bump google.golang.org/grpc from 1.53.0 to 1.54.0

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.54.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.53.0...v1.54.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    10fce78 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Merge pull request #134

    Bump google.golang.org/grpc from 1.53.0 to 1.54.0
    bsrinivas8687 authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    6451035 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Updated dependencies

    bsrinivas8687 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    17350c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Bump golang.org/x/crypto from 0.7.0 to 0.8.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/golang/crypto/releases)
    - [Commits](golang/crypto@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    a7eed30 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Bump gorm.io/gorm from 1.24.6 to 1.25.0

    Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.24.6 to 1.25.0.
    - [Release notes](https://github.com/go-gorm/gorm/releases)
    - [Commits](go-gorm/gorm@v1.24.6...v1.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/gorm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3dc37e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Merge pull request #139

    Bump golang.org/x/crypto from 0.7.0 to 0.8.0
    bsrinivas8687 authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5ea4497 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #140

    Bump gorm.io/gorm from 1.24.6 to 1.25.0
    bsrinivas8687 authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1353a98 View commit details
    Browse the repository at this point in the history
  3. Bump gorm.io/driver/sqlite from 1.4.4 to 1.5.0

    Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.4.4 to 1.5.0.
    - [Release notes](https://github.com/go-gorm/sqlite/releases)
    - [Commits](go-gorm/sqlite@v1.4.4...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/driver/sqlite
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ebf733a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Bump github.com/rs/zerolog from 1.29.0 to 1.29.1

    Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.29.0 to 1.29.1.
    - [Release notes](https://github.com/rs/zerolog/releases)
    - [Commits](rs/zerolog@v1.29.0...v1.29.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/rs/zerolog
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    5afc119 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Merge pull request #141

    Bump gorm.io/driver/sqlite from 1.4.4 to 1.5.0
    bsrinivas8687 authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    c36a9cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #142

    Bump github.com/rs/zerolog from 1.29.0 to 1.29.1
    bsrinivas8687 authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    ef54f32 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Updated dependencies

    bsrinivas8687 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    826d6ab View commit details
    Browse the repository at this point in the history
  2. Fixed encoding types

    bsrinivas8687 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7472ce9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    0f2b753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f78dc05 View commit details
    Browse the repository at this point in the history
  3. Fixed context and jobs

    bsrinivas8687 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    c932c8d View commit details
    Browse the repository at this point in the history
  4. Fixed jobs

    bsrinivas8687 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5159ff6 View commit details
    Browse the repository at this point in the history
  5. Fixed API handlers

    bsrinivas8687 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1c4c306 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    cc6d5cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fca66e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c90b9f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    041a758 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    f650ef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Updated dependencies

    bsrinivas8687 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ce6dfbc View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    21a45d5 View commit details
    Browse the repository at this point in the history
  2. Fixed prices validation

    bsrinivas8687 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a477756 View commit details
    Browse the repository at this point in the history