Skip to content

Releases: uport-project/kotlin-common

0.4.4

25 Jun 11:45
46197c6
Compare
Choose a tag to compare

fix: replaces kotlinx-serialization-runtime with -json (#12)

0.4.2

25 Jun 11:44
31c2556
Compare
Choose a tag to compare

fix: Expose internal dependencies as API to fix NoClassDefFound errors downstream ( 791c0aa )

0.4.1

19 Mar 13:45
39cc96a
Compare
Choose a tag to compare

fix - okhttp dependency ( 4ac0e8d )( 4f2839f )
fix - bump kethereum to 0.81.4 ( 0df7a5c )

0.4.0

19 Mar 13:43
a1e9e4b
Compare
Choose a tag to compare

feat - easy configuration with infuraProjectID ( #8 )
feat - find networks by name after configuration ( #9 )

0.3.2

03 Oct 09:38
6362a98
Compare
Choose a tag to compare

build: bump kethereum to 0.76.2

0.3.1

18 Sep 08:51
725bf6b
Compare
Choose a tag to compare

refactor - simplify imports, using lowercase coordinates for komputing libs ( 6a827d0 )

0.3.0 - goodbye moshi

16 Sep 12:17
9d10ddb
Compare
Choose a tag to compare
  • refactor - replace moshi with kotlinx.serialization ( #6 )
    • this is a breaking change for upstream users of moshi
    • package names for some classes have changed, reimports may be needed
  • feature - add ethChainId ( f658925 )
  • feature - throw more specific JsonRpcInvalidArgumentException ( a79b3a0 )

0.2.0

04 Sep 13:18
b94cab9
Compare
Choose a tag to compare
  • update to kethereum 0.76.1 #5
  • [breaking] isolate implementation details for each module ( #5 )
    may require adjusting imports
  • removed all direct references to java classes in production code ( #5 )

0.1.2

06 Aug 14:48
08aa465
Compare
Choose a tag to compare
  • [maintenance] add test coverage