Skip to content

Commit b9589fe

Browse files
committed
Released 1.7
1 parent 3a1082d commit b9589fe

File tree

17 files changed

+59
-18
lines changed

17 files changed

+59
-18
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<property environment="env"/>
66
<property name="vendor" value="NuvolaBase Ltd"/>
77
<property name="product" value="OrientDB"/>
8-
<property name="version" value="1.7-SNAPSHOT"/>
8+
<property name="version" value="1.7"/>
99
<condition property="community.release" value="${releaseHome}/orientdb-community-${version}"
1010
else="../releases/orientdb-community-${version}">
1111
<isset property="releaseHome"/>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.orientechnologies</groupId>
1919
<artifactId>orientdb-parent</artifactId>
20-
<version>1.7-SNAPSHOT</version>
20+
<version>1.7</version>
2121
<relativePath>../</relativePath>
2222
</parent>
2323

core/src/main/java/com/orientechnologies/orient/core/OConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
package com.orientechnologies.orient.core;
1717

1818
public class OConstants {
19-
public static final String ORIENT_VERSION = "1.7-SNAPSHOT";
19+
public static final String ORIENT_VERSION = "1.7";
2020

2121
public static final String ORIENT_URL = "www.orientechnologies.com";
2222

distributed/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7</version>
2828
</parent>
2929

3030
<artifactId>orientdb-distributed</artifactId>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

distribution/src/main/assembly/bin.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@
1515
-->
1616
<fileSet>
1717
<directory>${basedir}/../server/benchmarks</directory>
18-
<outputDirectory>benchmark</outputDirectory>
18+
<outputDirectory>benchmarks</outputDirectory>
1919
<excludes>
2020
<exclude>*.sh</exclude>
2121
</excludes>
22-
<fileMode>644</fileMode>
2322
<filtered>true</filtered>
2423
</fileSet>
2524
<fileSet>
2625
<directory>${basedir}/../server/benchmarks</directory>
27-
<outputDirectory>benchmark</outputDirectory>
26+
<outputDirectory>benchmarks</outputDirectory>
2827
<includes>
2928
<include>*.sh</include>
3029
</includes>

enterprise/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7</version>
2828
</parent>
2929

3030
<artifactId>orientdb-enterprise</artifactId>

graphdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

history.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,48 @@
2525
***************************************************************************************************
2626
This document contains the last changes to the OrientDB project.
2727

28+
---------------------------------------------------------------------------------------------------
29+
VERSION 1.7 - (May, 27th 2014)
30+
---------------------------------------------------------------------------------------------------
31+
- Core: new “minimumclusters” to auto-create X clusters per class
32+
new cluster strategy to pick the cluster. Available round-robin, default and balanced
33+
added record locking via API
34+
removed rw/locks on schema and index manager
35+
cached most used users and roles in RAM (configurable)
36+
- Server: New support for SSL connections on binary and HTTP protocols
37+
- Console: New “script” command to execute multiple SQL statements + transaction control
38+
New “next” command to move the cursor on the next record in the result set
39+
New “pref” command to move the cursor on the previous record in the result set
40+
New “move <predicate>” command to move from current record by executing a predicate
41+
New “eval <predicate>” command to evaluate a predicate against current record
42+
Ability to ignore errors by setting “set ignore = true”
43+
- Distributed: New support for sharding
44+
Simplified (JSON) configuration
45+
- Graph: New functions to return the traversed items: traversedVertex(), traversedEdge() and
46+
traversedElement()
47+
addEdge() can takes ORID to use implicitly last record version
48+
- SQL: New PARALLEL keyword to run the query on multiple threads
49+
New “INSERT INTO … SELECT” to copy records
50+
New “INSERT INTO … RETURN <expression>” to return expressions on INSERT
51+
New “UPDATE … RETURN <expression>” to return expressions on UPDATE
52+
distance() accepts measure unit (default = km)
53+
- HTTP: added support for context variables in SCRIPT command
54+
- Indexes: Added Full-Text Lucene indexes (as plugin)
55+
Added GEO Spatial Lucene indexes (as plugin)
56+
Added WAL (Journal) support for Hash-Index so can be used in Transactions
57+
Added NULL support for composite and non-composite indexes
58+
Full-Text can be configured through METADATA keyword
59+
Full-Text now indexes also sub-words
60+
Improved SQL optimizer by avoiding calling evaluate() when not needed
61+
LINKSET types can be indexed now
62+
RID can be used on composite indexes
63+
- Studio: Bookmarks for queries
64+
Ability to interrupt running commands
65+
- Bug fixing: 135 issues in total
66+
67+
Full list: https://github.com/orientechnologies/orientdb/issues?labels=&milestone=16&page=1&state=closed
68+
69+
2870
---------------------------------------------------------------------------------------------------
2971
VERSION 1.7-rc2 - (March, 25th 2014)
3072
---------------------------------------------------------------------------------------------------

nativeos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>orientdb-parent</artifactId>
2222
<groupId>com.orientechnologies</groupId>
23-
<version>1.7-SNAPSHOT</version>
23+
<version>1.7</version>
2424
<relativePath>../</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

object/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.orientechnologies</groupId>
2424
<artifactId>orientdb-parent</artifactId>
25-
<version>1.7-SNAPSHOT</version>
25+
<version>1.7</version>
2626
</parent>
2727

2828
<artifactId>orientdb-object</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.orientechnologies</groupId>
2525
<artifactId>orientdb-parent</artifactId>
26-
<version>1.7-SNAPSHOT</version>
26+
<version>1.7</version>
2727
<packaging>pom</packaging>
2828

2929
<name>OrientDB</name>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7</version>
2828
</parent>
2929

3030
<artifactId>orientdb-server</artifactId>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.orientechnologies</groupId>
2626
<artifactId>orientdb-parent</artifactId>
27-
<version>1.7-SNAPSHOT</version>
27+
<version>1.7</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.orientechnologies</groupId>
2424
<artifactId>orientdb-parent</artifactId>
25-
<version>1.7-SNAPSHOT</version>
25+
<version>1.7</version>
2626
<relativePath>../</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)