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

Meta python merge #495

Closed
wants to merge 2 commits into from
Closed

Meta python merge #495

wants to merge 2 commits into from

Commits on Nov 29, 2021

  1. python3-socketio: upgrade 5.4.1 -> 5.5.0

    Option to disable the SIGINT handler in the client
    Do not invoke reserved events on a catch-all handler
    Use correct binary packet types in the msgpack packet encoder
    Add missing call() method to namespace classes
    Add missing to argument to namespace emit() and send() methods
    Configure Redis pubsub to skip subscription message
    Migrate async Redis client manager to aioredis 2
    Update Python supported versions in docs
    Document how to get the connection state in the client
    Improved documentation of start_background_task() function
    Improved documentation of call() method
    Fixed intermittent test failures
    
    Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Xu Huan authored and Trevor Gamblin committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    7c4cd50 View commit details
    Browse the repository at this point in the history
  2. python3-autobahn: upgrade 21.3.1 -> 21.11.1

    Changelog:
    fix: autobahn installation in docker
         (crossbario/crossbar#1503)
    new: refactor SigningKey class for reusability
         (crossbario/crossbar#1500,
         crossbario/crossbar#1501)
    new: expand XBR node pairing helpers
    fix: build with nvx by default and don't publish universal wheel.
         (crossbario/crossbar#1493)
    fix: update wamp flatbuffer schema for r2r links
    fix: don't clobber factory
         (crossbario/crossbar#1480)
    fix: explicitly require setuptools
    new: expand wamp auth scram and xbr argon2/hkdf
         (crossbario/crossbar#1479)
    fix: WebSocket compression, window size (zlib wbits) == 8 is illegal nowerdays
         (crossbario/crossbar#1477)
    fix: XBR IDL code generator - all 4 WAMP actions working now
    new: add automated build of xbrnetwork CLI (single-file EXE) in CI
    
    Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    wangmingyu84 authored and Trevor Gamblin committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    dec14ca View commit details
    Browse the repository at this point in the history