Skip to content

Releases: aml-org/als

v6.3.2

26 Sep 18:28
1f21933
Compare
Choose a tag to compare

Release v6.3.2

Check AMF dependencies versions on dependencies.properties file.

What's Changed

This version consists on the adoption of AMF 5.6.2

Bugs Fixed

  • W-16834047: Error publishing AVRO schema with union types

v6.3.1

25 Sep 13:56
edbbe7b
Compare
Choose a tag to compare

Release v6.3.1

Check AMF dependencies versions on dependencies.properties file.

What's Changed

This version consists on the adoption of AMF 5.6.1

v6.3.0

24 Sep 15:18
4e03f9a
Compare
Choose a tag to compare

Release v6.3.0

Check AMF dependencies versions on dependencies.properties file.

What's Changed

This version provides support for AVRO Schema 1.9.0:

  • as a standalone document
  • inside Async APIs

an AVRO Schema has the following properties:

  • It's defined in a .json or .avsc file
  • It doesn't have a special key that indicates it's an AVRO Schema, nor it's version (like JSON Schema does with it's $schema)

Where we support and DON'T support AVRO Schemas

We Support AVRO Schemas (inline or inside a $ref):

  • as a standalone document or file

    • we encourage users to use the .avsc file type to indicate that's an avro file
    • must use the specific AvroConfiguration
  • inside a message payload in an AsyncAPI

    • the key schemaFormat MUST be declared and specify it's an AVRO payload
  • an AvroSchemaDocument can only be parsed with the specific AvroConfiguration
    We don't support AVRO Schemas:

  • inside components --> schemas in an AsyncAPI

    • because we can't determine if it's an AVRO Schema or any other schema

    Bugs Fixed

    • W-16618010: Suggestions under new schema name does not include $ref option when using JSON API Spec language

v6.2.3

01 Aug 13:05
57f10bf
Compare
Choose a tag to compare

Release v6.2.3

Check AMF dependencies versions on dependencies.properties file.

What's Changed

This version adopts AMF 5.5.4

What's Changed

  • W-16203018: Remote Credential leak via RAML Include in Code Builder Extensions

Full Changelog: v6.2.2...v6.2.3

v6.2.2

04 Jul 20:52
ea27fb3
Compare
Choose a tag to compare

Release v6.2.2

Check AMF dependencies versions on dependencies.properties file.

What's Changed

This version adopts AMF 5.5.3

What's Changed

  • W-15997710: JSON Schema in tree / isolated issues Stage 3

Full Changelog: v6.2.1...v6.2.2

v6.2.1

06 Jun 15:24
ece397f
Compare
Choose a tag to compare

Release v6.2.1

Check AMF dependencies versions on dependencies.properties file.

What's Changed

This version adopts AMF 5.5.2-0

What's Changed

Full Changelog: v6.2.0...v6.2.1

v6.2.0

13 May 19:04
be96e34
Compare
Choose a tag to compare

Release v6.2.0

Check AMF dependencies versions on dependencies.properties file.

What's Changed

This version consists on the adoption of AMF 5.5.1

What's Changed

  • W-15677504: Change uri encode on getting configuration state from WCM
  • Added support for AsyncAPI 2.6.0

Full Changelog: v6.1.2...v6.2.0

v6.1.2

24 Apr 14:33
204fdd2
Compare
Choose a tag to compare

Release v6.1.2

Check AMF dependencies versions on dependencies.properties file.

What's Changed

This version consists on the adoption of AMF 5.5.0-0

Full Changelog: v6.1.1...v6.1.2

v6.1.1

15 Apr 15:56
307be5f
Compare
Choose a tag to compare

Release v6.1.1

Check AMF dependencies versions on dependencies.properties file.

What's Changed

This version consists on the adoption of AMF 5.5.0

Full Changelog: v6.0.10...v6.1.1

v6.1.0

13 Mar 14:12
8c8a807
Compare
Choose a tag to compare

Release v6.1.0

Check AMF dependencies versions on dependencies.properties file.

What's Changed

  • W-14900257: ALS - Create ResourceLoaderWrapper
  • W-15080608: Implement custom request to retrieve JSON-LD with source maps
  • W-15071803: Transform Governance validation JSON-LD

Full Changelog: v6.0.10...v6.1.0