Skip to content

Latest commit

 

History

History
433 lines (128 loc) · 12.4 KB

File metadata and controls

433 lines (128 loc) · 12.4 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.20.11 (2019-12-13)

Note: Version bump only for package @jsii/python-runtime

0.20.10 (2019-12-13)

Note: Version bump only for package @jsii/python-runtime

0.20.9 (2019-12-11)

Bug Fixes

0.20.8 (2019-11-24)

Note: Version bump only for package jsii-python-runtime

0.20.7 (2019-11-18)

Bug Fixes

Features

  • rosetta: extract and compile samples into "tablets" (#925) (eec44e1)

0.20.6 (2019-11-14)

Bug Fixes

0.20.5 (2019-11-13)

Bug Fixes

  • dotnet: allow down-casting to parent interface type (#983) (8a390e5), closes #982
  • python: correctly handle interface declarations on returned objects (#980) (c2de100)

0.20.4 (2019-11-12)

Bug Fixes

  • python: correctly handle nested structs-as-dict (#973) (9fd2499)

0.20.3 (2019-11-11)

Bug Fixes

  • kernel: correctly de-serialize mappings as JSON (#968) (5d056f4)

0.20.2 (2019-11-08)

Note: Version bump only for package jsii-python-runtime

0.20.1 (2019-11-06)

Bug Fixes

  • kernel: revert behavior change around any serialization (#932) (2f47543), closes #825

0.20.0 (2019-10-30)

Bug Fixes

Features

  • kernel: annotate implemented interfaces on "ObjRef"s (#825) (a4e2095)

0.19.0 (2019-10-14)

Note: Version bump only for package jsii-python-runtime

0.18.0 (2019-10-01)

Bug Fixes

Features

0.17.1 (2019-09-30)

Note: Version bump only for package jsii-python-runtime

0.17.0 (2019-09-18)

Note: Version bump only for package jsii-python-runtime

0.16.0 (2019-08-29)

Note: Version bump only for package jsii-python-runtime

0.15.1 (2019-08-18)

Note: Version bump only for package jsii-python-runtime

0.15.0 (2019-08-12)

Note: Version bump only for package jsii-python-runtime

0.14.3 (2019-08-01)

Note: Version bump only for package jsii-python-runtime

0.14.2 (2019-07-19)

Note: Version bump only for package jsii-python-runtime

0.14.1 (2019-07-17)

Bug Fixes

  • build: fix python runtime BaseProvider signatures (#601) (6526469)
  • kernel: validate presence of required struct properties (#591) (90135f9)

0.14.0 (2019-07-08)

Features

0.13.4 (2019-07-03)

Note: Version bump only for package jsii-python-runtime

0.13.3 (2019-07-01)

Bug Fixes

0.13.2 (2019-07-01)

Note: Version bump only for package jsii-python-runtime

0.12.1 (2019-06-25)

Note: Version bump only for package jsii-python-runtime

0.12.0 (2019-06-24)

Features

BREAKING CHANGES

  • jsii: Enum members are now expected to be ALL_CAPS

0.11.3 (2019-06-18)

Note: Version bump only for package jsii-python-runtime

0.11.2 (2019-06-07)

Note: Version bump only for package jsii-python-runtime

0.11.1 (2019-06-07)

Bug Fixes

0.11.0 (2019-05-21)

Note: Version bump only for package jsii-python-runtime

0.10.5 (2019-05-06)

Note: Version bump only for package jsii-python-runtime

0.10.4 (2019-05-05)

Note: Version bump only for package jsii-python-runtime

0.10.3 (2019-04-24)

Bug Fixes

  • python: maintain inheritance chain for structs (#482) (607f151), closes #473

0.10.2 (2019-04-18)

Note: Version bump only for package jsii-python-runtime

0.10.1 (2019-04-17)

Note: Version bump only for package jsii-python-runtime

0.10.0 (2019-04-16)

Note: Version bump only for package jsii-python-runtime

0.9.0 (2019-04-04)

Features

  • jsii-diff: standardize doc comments, add API compatibility tool (#415) (9cfd867)

0.8.2 (2019-03-28)

Features

  • python: Add support for synchronous callbacks (#407) (4cb91b3)

0.8.1 (2019-03-28)

Bug Fixes

0.8.0 (2019-03-20)

Bug Fixes

  • Fix Async function support in Python (b5d49de)
  • Fix permissions error in pipeline when generating Python runtime (af1346f)
  • Proxy interface literals in the generated Python code (10242eb)
  • Python's abstract class proxies now inherit from parent's proxy (6f1c9c0)

Features

BREAKING CHANGES

  • all properties in interfaces which represent data types must be marked as readonly. Otherwise, jsii compilation will fail.