Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It's been a while since the last release, and some basic structures have changed. To avoid conflicts, we plan to release a beta version first.
1.2.0-beta
Dependencies upgrade
Feature
<nGQL>
include query pieces. (#212, via dieyi)NgPath
, when 'with prop' is used in nGQL, edge attributes can be obtained from NgPath. (#228, via dieyi)insertEdgeBatch
interface inNebulaDaoBasic
. (#244, via Sunhb)deleteByIdBatch
interface inNebulaDaoBasic
. (#247, via Sunhb)Bugfix
fix: support methods in mapper tags to set space to null.
fix: #190 Insert failed when tag has no attributes
chore: removing and exclude some packages: log4j related or useless.
fix: #194 we can name the interface by
@Component
and@Resource
, for example:@Component("namedMapper")
: use@Resource("namedMapper$Proxy")
to inject. (since v1.0)@Resource("namedComponent")
: use@Resource("namedComponent")
to inject. (new feature)fix: when DAO/Mapper method has
Page
type param with@Param
, the param name can not be use.fix: class 'ResultSetUtil.java' parse datetime type error. (#241, via 爱吃辣条的Jerry)
Develop behavior change
Exclude:
Removing: