Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bee-queue/bee-queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: bee-queue/bee-queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 4, 2020

  1. fix(scale): bound unpack arguments count (#297)

    Don't call `unpack` with too many elements - instead, iterate over chunks and invoke redis with
    those chunks.
    tmeasday authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    4108e5e View commit details
    Browse the repository at this point in the history
  2. fix(types): fix typescript definitions errors (#311)

    Should resolve the new errors introduced in v1.3.0.
    skeggse authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    3bc3f31 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.3.1 [skip ci]

    ### [1.3.1](v1.3.0...v1.3.1) (2020-11-04)
    
    ### Bug Fixes
    
    * **scale:** bound unpack arguments count ([#297](#297)) ([4108e5e](4108e5e))
    * **types:** fix typescript definitions errors ([#311](#311)) ([3bc3f31](3bc3f31))
    semantic-release-bot committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    0682e62 View commit details
    Browse the repository at this point in the history
Loading