Closed nan-wang closed 3 years ago
0.9.3->0.9.4 Changelog is lost due to a bug in release.sh
, please use scripts/release.sh:L59
to retrieve it back
function make_release_note {
${RELEASENOTE} ${LAST_VER}..HEAD .github/release-template.ejs > ./CHANGELOG.tmp
head -n10 ./CHANGELOG.tmp
printf '\n%s\n\n%s\n%s\n\n%s\n\n%s\n\n' "$(cat ./CHANGELOG.md)" "<a name="release-note-${RELEASE_VER//\./-}"></a>" "## Release Note (\`${RELEASE_VER}\`)" "> Release time: $(date +'%Y-%m-%d %H:%M:%S')" "$(cat ./CHANGELOG.tmp)" > ./CHANGELOG.md
}
0.9.3->0.9.4 Changelog is lost due to a bug in
release.sh
, please usescripts/release.sh:L59
to retrieve it backfunction make_release_note { ${RELEASENOTE} ${LAST_VER}..HEAD .github/release-template.ejs > ./CHANGELOG.tmp head -n10 ./CHANGELOG.tmp printf '\n%s\n\n%s\n%s\n\n%s\n\n%s\n\n' "$(cat ./CHANGELOG.md)" "<a name="release-note-${RELEASE_VER//\./-}"></a>" "## Release Note (\`${RELEASE_VER}\`)" "> Release time: $(date +'%Y-%m-%d %H:%M:%S')" "$(cat ./CHANGELOG.tmp)" > ./CHANGELOG.md }
@hanxiao fixed in https://github.com/jina-ai/jina/pull/1645
The attribute separated_workspace
will be removed. The pea will always have it's own workspace in case pea_id >0
Also the pea_workspace
meta will not exist anymore.
https://github.com/jina-ai/jina/pull/1722
This issue is created to keep track of breaking changes between
0.9.0
and1.0.0
(scheduled release on Feb. 15, 2021)Current version is
Breaking Changes & Migration Guide
separate_workspace
. Instead of usingpea_workspace
,shard_workspace
is defined based on theworkspace, the
nameand the
pea_id. Set
workspacemetas default to
None. Introduce
root_workspaceand
root_nameto resolve the workspace issue in
CompoundExecutorand
ref_indexer. Use
complete_pathto find
uses_internalresource to
bindinto
dockerwhen spinning a
peain a
container`Segmenter
fromCrafter
.Segmenter
is used to segment each Document into several Documents. In comparison,Crafter
is used to process each Document and the output is still only one Document.jina/logging/sse.py
is removed. Correspondingly, '--logserver' and '--logserver-config' options are removed from CLI. To use log streaming, please refer to the api.jina.aibatch_size
in the python client withrequest_size
to avoid misunderstanding.MinRanker
withSimpleAggregateRanker
.output_fn
,callback
andbuffer
for the Flow APIdocs
from https://github.com/jina-ai/jina/ to https://github.com/jina-ai/docsdelete
API of Flow accepts a sequence of Documents IDs instead of Documents; refactor theDeleteRequestProto
in thejina.proto
; adddocs
andgroundtruths
fields in theDeleteRequestProto
; replace theto_response
method withas_response
in theRequest
class; replace theto_json
method withjson
in theRequest
class;DocIDCache
toDocCache
VectorIndexer
only usestr
as keys;query_by_id
is replaced withquery_by_key
.proto
; replaceas_pb_object
withproto
forMessage
; replaceproto
inBaseNdArray
,NdArray
,SparseNdArray
with_pb_body
to avoid misunderstanding; replace_querylang
with_pb_body
inQueryLang
; replace_request
with_pb_body
inRequest
; replace_score
with_pb_body
inNamedScore
groundtruths
from theUpdatedRequestProto
UniqueId
Template