swar / nba_api

An API Client package to access the APIs for NBA.com
MIT License
2.44k stars 525 forks source link

DevContainer Fix/Updates & Backwards Compatiblity Support for EventMsgType 'UNKNOWN/INSTANT_REPLAY' #402

Closed rsforbes closed 10 months ago

rsforbes commented 10 months ago

Event Message Type

  1. Update EventMsgType to support backwards compatibility between INSTANT_REPLAY/UNKNOWN
  2. Added Deprecation Warning for UKNONWN
  3. Added EventMsgType test for deprecation warning.

Fix Broken Dev Container as a result of Debian 12. Pinned container to Debian-11, until MSFT can resolve the issue.

rsforbes commented 10 months ago

@usharerose - FYI. This is what I was referring to on backwards compatibility. We'll deprecate UKNOWN in a future release. This is a "just in case anyone is using it." Hoping to have a release out this weekend.