From commits-return-27032-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Mon Mar 12 17:19:46 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B04F218064D for ; Mon, 12 Mar 2018 17:19:45 +0100 (CET) Received: (qmail 17994 invoked by uid 500); 12 Mar 2018 16:19:44 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 17985 invoked by uid 99); 12 Mar 2018 16:19:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2018 16:19:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B617FF3319; Mon, 12 Mar 2018 16:19:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.apache.org Message-Id: <9a26ee107fd042148c4a8f5a60632f5e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tinkerpop git commit: TINKERPOP-1896 Cleaned up changelog around TINKERPOP-1898/1895 Date: Mon, 12 Mar 2018 16:19:44 +0000 (UTC) Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1896 c82d06e05 -> 01ef6c110 TINKERPOP-1896 Cleaned up changelog around TINKERPOP-1898/1895 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/01ef6c11 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/01ef6c11 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/01ef6c11 Branch: refs/heads/TINKERPOP-1896 Commit: 01ef6c110cc323643653c716fbb85fcf433dc418 Parents: c82d06e Author: Stephen Mallette Authored: Mon Mar 12 12:19:18 2018 -0400 Committer: Stephen Mallette Committed: Mon Mar 12 12:19:18 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/01ef6c11/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 350fce8..a761003 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -31,7 +31,6 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Bumped to Jackson 2.9.4. * Added `idleConnectionTimeout` and `keepAliveInterval` to Gremlin Server that enables a "ping" and auto-close for seemingly dead clients. * Fixed a bug where lambdas in `gremlin-python` would trigger a failure if steps using python-only symbols were present (such as `as_()`). -* Fixed a bug where lambdas in `gremlin-python` would trigger a failure if `withStrategies()` was evaluated. * Fixed a bug in `NumberHelper` that led to wrong min/max results if numbers exceeded the Integer limits. * Delayed setting of the request identifier until `RequestMessage` construction by the builder. * Improved error messaging for failed serialization and deserialization of request/response messages.