Skip to content

Releases: Point72/csp

v0.0.11

03 Mar 15:34
20754c7
Compare
Choose a tag to compare

What's Changed

  • Fix websocket header copypasta by @timkpaine in #458
  • Set appropriate lower bound for pyarrow, add missing required runtime dep on pydantic by @timkpaine in #461

Full Changelog: v0.0.10...v0.0.11

v0.0.10

28 Feb 15:44
46ed3bc
Compare
Choose a tag to compare

What's Changed

  • Remove protobuf dependency, its not needed / used and brings in too much baggage by @robambalu in #457
  • Turn on pydantic type checking by default by @ptomecek in #453

Full Changelog: v0.0.9...v0.0.10

v0.0.9

21 Feb 21:54
ad075a0
Compare
Choose a tag to compare

What's Changed

  • Allow pulling Kafka timestamp from message, allow skipping kafka data by @NeejWeej in #442
  • Remove python 3.8 from pyproject and README by @robambalu in #450
  • Create adapter utils shared lib by @alexddobkin in #452
  • Fix pydantic annotation handling for Callable by @ptomecek in #455

Full Changelog: v0.0.8...v0.0.9

v0.0.8

14 Feb 22:10
8d70fb9
Compare
Choose a tag to compare

What's Changed

  • Add flagReplayComplete for wildcard subscribers and fix bad broker publish hang by @NeejWeej in #433
  • Enable full stack trace if CSP_PRINT_EXCEPTION_FULL_STACK is set by @arhamchopra in #444
  • Add PushPullInputAdapter replay mode by @robambalu in #445
  • Retire Python 3.8 support by @robambalu in #446
  • Build librdkafka with gssapi support for pip package, fixes #325 by @timkpaine in #352
  • Fix autoconf setup for cyrus-sasl in vcpkg build by @alexddobkin in #447

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

28 Jan 16:35
f4ae376
Compare
Choose a tag to compare

What's Changed

  • Add zlib dependency to conda dev environment and update websocket code for boost 1.87 by @AdamGlustein in #423
  • Bugfix PyPushGroup refcount, need to hold a ref around in case it dro… by @robambalu in #422
  • Add example notebook of live inference for pydata global 2024 by @ptomecek in #401
  • Pin pyarrow to <19 due to apparent incompatibility with vendored 16.0 Arrow C++ code on x86 macos by @AdamGlustein in #429
  • Fix #425 by @NeejWeej in #427
  • Allow enums and structs to be handled by pydantic by @NeejWeej in #428

Full Changelog: v0.0.6...v0.0.7

v0.0.6

05 Dec 02:36
01b077d
Compare
Choose a tag to compare

What's Changed

  • Move symphony adapter to separate package by @timkpaine in #308
  • Add postprocess_to_dict hook for to_dict method in structs by @arhamchopra in #280
  • Resolve empty container types as the generic form of the container by @AdamGlustein in #318
  • Improve implementation of statistics functions Quantile/Rank using boost::multi_index by @mrchhaya in #333
  • Add support for additional Python types as dict keys in Struct.to_json by @arhamchopra in #321
  • Expose engine shutdown to adapter managers and push/pushpull adapters by @argaj in #312
  • Deprecate legacy type hints such as [int] and replace with python-standard type hints such as List[int] by @ptomecek in #331
  • Move slack adapter to separate package by @timkpaine in #337
  • Add burst to websocket adapter; move build to c++20 by @wrieg123 in #355
  • Add support for Annotated to struct type. by @ptomecek in #375
  • Pydantic-based type checking by @ptomecek in #179
  • Support protobuf 5 by @timkpaine in #385
  • Kafka improvements by @arhamchopra in #388
  • Upgrade csp to perspective 3.x by @ptomecek in #392
  • Remove macos-12 runner as it is fully unsupported as of 2024-12-03 by @ptomecek in #407
  • Support Literal and Union/Optional types on structs. Fixes #405 by @ptomecek in #408
  • Run websocket tests by @NeejWeej in #411

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

26 Jun 17:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

22 May 19:18
f11f5c6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

05 Apr 20:18
7fddb2b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

14 Mar 16:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2