Skip to content

Releases: arianegraphql/ariane-server

v0.3.4

12 Dec 15:49
b75e5dc
Compare
Choose a tag to compare

🎁 Improvements

  • CORS can now be customized

v0.3.3

06 Dec 14:32
ee11124
Compare
Choose a tag to compare

🎁 Improvements

  • Resolver nows asks a return type
  • possibility to add prefix or suffix to generated types

v0.3.2

24 Nov 22:16
d1ad040
Compare
Choose a tag to compare

🎁 Improvements

  • generate resolver function for interface (ex: resolve(object: MyResolver { } )

v0.3.1

24 Nov 13:45
7c01b13
Compare
Choose a tag to compare

🐛 Bug fix

  • Fix Resolver naming code generation

v0.3.0

23 Nov 14:38
ebcb4ec
Compare
Choose a tag to compare

🚀 New feature

  • release the codegen plugin

v0.2.0

08 Oct 20:28
d74905d
Compare
Choose a tag to compare

🎁 Improvements

  • resolvers don't need to pass source type anymore
  • resolvers get arguments, source, context and info using receivers instead of parameters

📥 Installation

Gradle

implementation 'com.arianegraphql:server:0.2.0'
implementation 'com.arianegraphql:server-ktor:0.2.0'

Gradle Kotlin DSL

implementation("com.arianegraphql:server:0.2.0")
implementation("com.arianegraphql:server-ktor:0.2.0")

v0.1.0

07 Oct 19:57
b36a9ae
Compare
Choose a tag to compare

🎁 Improvements

  • update Kotlin to 1.8.20
  • update Ktor to 2.3.4
  • update Gradle to 8.3
  • update GraphQL-java to 21.1
  • update coroutines to 1.7.3

📥 Installation

Gradle

implementation 'com.arianegraphql:server:0.1.0'
implementation 'com.arianegraphql:server-ktor:0.1.0'

Gradle Kotlin DSL

implementation("com.arianegraphql:server:0.1.0")
implementation("com.arianegraphql:server-ktor:0.1.0")

v0.0.6

21 Nov 13:35
49d556e
Compare
Choose a tag to compare

🐛 Bug fix

  • Fix Playground resources

📥 Installation

Gradle

implementation 'com.arianegraphql:server:0.0.6'
implementation 'com.arianegraphql:server-ktor:0.0.6'

Gradle Kotlin DSL

implementation("com.arianegraphql:server:0.0.6")
implementation("com.arianegraphql:server-ktor:0.0.6")

v0.0.5

05 Sep 15:58
6bc431a
Compare
Choose a tag to compare

🎁 Improvements

  • Removed graphql-ktx module for easier integration

📥 Installation

Gradle

implementation 'com.arianegraphql:server:0.0.5'
implementation 'com.arianegraphql:server-ktor:0.0.5'

Gradle Kotlin DSL

implementation("com.arianegraphql:server:0.0.5")
implementation("com.arianegraphql:server-ktor:0.0.5")

v0.0.4

04 Sep 22:44
2c6b3d5
Compare
Choose a tag to compare

🎁 Improvements

  • Support of Java 8 for better integration with Gradle

📦 Dependencies updates

  • Updated Gradle to 7.2
  • Updated coroutines to 1.5.1
  • Updated Ktor to 1.6.3

📥 Installation

Gradle

implementation 'com.arianegraphql:server:0.0.4'
implementation 'com.arianegraphql:server-ktor:0.0.4'

Gradle Kotlin DSL

implementation("com.arianegraphql:server:0.0.4")
implementation("com.arianegraphql:server-ktor:0.0.4")