partiql / partiql-lang-kotlin

PartiQL libraries and tools in Kotlin.
https://partiql.org/
Apache License 2.0
536 stars 60 forks source link

Release v0.14.6 and Prepares for v0.14.7 development #1466

Closed yliuuuu closed 1 month ago

yliuuuu commented 1 month ago

Relevant Issues

Description

Other Information

License Information

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

alancai98 commented 1 month ago

Below is the run of the japi-compliance-checker. These are intended as part of #1465. The removed types and methods are still accessible using the definition provided in partiql-ast under the same package, org.partiql.lang.ast.

Removed Methods  8 
partiql-lang-kotlin-0.14.5.jar, Companion.class
package org.partiql.lang.ast
StaticTypeMeta.Companion.StaticTypeMeta.Companion ( DefaultConstructorMarker constructor_marker )

partiql-lang-kotlin-0.14.5.jar, StaticTypeMeta.class
package org.partiql.lang.ast
StaticTypeMeta.component1 ( )  :  StaticType
StaticTypeMeta.copy ( StaticType type )  :  StaticTypeMeta
StaticTypeMeta.getShouldSerialize ( )  :  boolean
StaticTypeMeta.getTag ( )  :  String
StaticTypeMeta.getType ( )  :  StaticType
StaticTypeMeta.serialize ( IonWriter writer )  :  void
StaticTypeMeta.StaticTypeMeta ( StaticType type )

Problems with Data Types, High Severity  1 
partiql-lang-kotlin-0.14.5.jar
package org.partiql.lang.ast
[+] class StaticTypeMeta.Companion  1 
RCHowell commented 1 month ago

Closing as we are releasing the typing changes under 0.15