Skip to content

Tags: limoiie/cmdproxy.py

Tags

v0.1.1

Toggle v0.1.1's commit message
Bump autoserde up to v0.0.8

v0.1.0

Toggle v0.1.0's commit message
Bump version to v0.1.0

v0.0.3

Toggle v0.0.3's commit message
Support transporting folders and extra paths through env

Changelogs:
- refactor: Resolve env param from passed env
- test: Check zipped by comparing after unzip
- test: Fix incompatible faker api call
- test: Test upload/download directory
- refactor: Support to upload/download zip file
- fix: Stringify value before wrapping with Param.str
- test: Test sending different builtin values with client
- fix: Allow StrParam and a few builtin in AnyGuard
- refactor: Add concrete assertion message

v0.0.2

Toggle v0.0.2's commit message
Serveral fixes and refactorations

Changelog:
- chore: Bump autoserde to 0.0.6 and flexio to 0.0.4
- refactor: Rename mongodb_name as mongo_dbname
- hotfix: Correct the format of server exception message
- hotfix: Raise ServerEndException only if response.exc is not None
- refactor: Adjust Path type annotation for Param methods
- refactor: Slightly adjust error style
- doc: Add docstrings for Param construction methods
- hotfix: Correct command param wrapper
- hotfix: Correct the order of `Param.str` for avoiding overwritten
- test: Refactor case for testing run with None arg
- refactor: Bump flexio up
- refactor: Add return code into Exception
- refactor: Wrap command in CommandParamBase
- refactor: Support stream Param
- refactor: Correct little loggings of FileGuard
- refactor: Correct the behavior of method alloc_
- refactor: Pass queues to the downstream function

v0.0.1

Toggle v0.0.1's commit message
Initial implementation