Skip to content

Fix type for shareClassSharesOutstanding in ticker details response

Compare
Choose a tag to compare
@mmoghaddam385 mmoghaddam385 released this 01 Feb 14:56
· 27 commits to master since this release
eb29b7f

Minor Breaking Change

While this is not a major version release, a bug-fix in this release introduced a very minor breaking change:
shareClassSharesOutstanding inside the TickerDetails response class changed type from Int? to Long? to support large amounts of shares outstanding (shoutout to @wangtieqiao for finding and contributing this fix!).

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.2.1