Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
F21 committed Apr 5, 2024
1 parent 62b0fdd commit 8005b60
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin.parallel.tasks.in.project=true
# This is version for Calcite Avatica itself
# Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts
# Release version can be generated by using -Prelease or -Prc=<int> arguments
calcite.avatica.version=1.25.0
calcite.avatica.version=1.26.0

# The options below configures the use of local clone (e.g. testing development versions)
# You can pass un-comment it, or pass option -PlocalReleasePlugins, or -PlocalReleasePlugins=<path>
Expand Down
4 changes: 2 additions & 2 deletions site/_docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For a full list of releases, see
Downloads are available on the
[downloads page]({{ site.baseurl }}/downloads/avatica.html).

## <a href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.25.0">1.25.0</a> / 2024-04-XX
## <a href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.25.0">1.25.0</a> / 2024-04-05
{: #v1-25-0}

Avatica 1.25.0 is a routine release featuring support for JDK 21, Gradle 8.5 and several bug fixes.
Expand Down Expand Up @@ -59,7 +59,7 @@ Features and bug fixes
Long queries are failing with "java.net.SocketTimeoutException: Read timed out" after 3 minutes
make socket timeout configurable via the new 'http_response_timeout' URL option
* [<a href="https://issues.apache.org/jira/browse/CALCITE-6137">CALCITE-6137</a>]
Upgrade Gradle from 8.1.1 to 8.4, support jdk21
Upgrade Gradle from 8.1.1 to 8.5, support jdk21
* [<a href="https://issues.apache.org/jira/browse/CALCITE-6282">CALCITE-6282</a>]
Avatica ignores time precision when returning TIME results
* [<a href="https://issues.apache.org/jira/browse/CALCITE-6248">CALCITE-6248</a>]
Expand Down
39 changes: 39 additions & 0 deletions site/_posts/2024-04-05-release-1.25.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: news_item
date: "2024-04-05 05:40:00 +0000"
author: francischuang
version: 1.25.0
categories: [release]
tag: v1-25-0
sha: 62b0fdd
component: avatica
---
<!--
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
{% endcomment %}
-->

Avatica 1.25.0 is a routine release featuring support for JDK 21, Gradle 8.5 and several bug fixes.

*Breaking Change*: Due to [<a href="https://issues.apache.org/jira/browse/CALCITE-6282">CALCITE-6282</a>] and
[<a href="https://issues.apache.org/jira/browse/CALCITE-6248">CALCITE-6248</a>], illegal dates are no longer
accepted by casts and time precision will not be ignored when returning TIME results, respectively. If you are relying
on this behavior, your applications may break.

See the list of
[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-25-0)
for more information.

0 comments on commit 8005b60

Please sign in to comment.