You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few bigger pull requests coming in that change internal object models and storage layouts. We want to release them as 0.4.0 version (which is a major release for us). Public APIs will not be impacted or changes will be backward compatible.
devel will be merged to master and 0.3.x released from there
docs will be updated from master branch
devel will collect the 0.4.0 features. docs will be released to devel site
we plan to merge everything to master end of November
Post merge branches and releases
After the 0.4.x merge we will use the following branches
devel branch will be the default branch to which majority of PRs will be accepted
master branch will be used for hotfixes to code and documentation, also for publishing blogposts
on the release day, version of the library will be bumped on devel branch and then devel branch will be merged to master
all library releases happen from master. that includes regular releases and hotfix (post) releases
we may occasionally do pre-releases from the devel branch
the destination adapters moved to separate namespace. Weaviate and Qdrant are affected: from dlt.destinations.weaviate import weaviate_adapter -> from dlt.destinations.adapters import weaviate_adapter
trace improvements - trace dumps with new layout and engine version
extract → normalize data handover difference (normalize storage layout change and bump) (generate load_id in extract step #756) if you have extracted packages that are not yet normalized left from 0.3.x, the 0.4.x will not migrate the data but rather stop.
telemetry changes: destination_type: contains a full module of a destination (dlt.destinations.dummy) destination_name: contains destination name OR fallback to the last part of destination type name (ie. dummy)
Master merge
We have a few bigger pull requests coming in that change internal object models and storage layouts. We want to release them as 0.4.0 version (which is a major release for us). Public APIs will not be impacted or changes will be backward compatible.
devel
will be merged tomaster
and 0.3.x released from theredevel
will collect the 0.4.0 features. docs will be released to devel sitePost merge branches and releases
After the 0.4.x merge we will use the following branches
devel
branch will be the default branch to which majority of PRs will be acceptedmaster
branch will be used for hotfixes to code and documentation, also for publishing blogpostsdevel
branch and thendevel
branch will be merged tomaster
master
. that includes regular releases and hotfix (post) releasesdevel
branchNote: we support two version of documentation:
master
release on https://dlthub.com/docs/introdevel
on https://dlthub.com/devel/intro0.4.1
release notesfrom dlt.destinations.weaviate import weaviate_adapter
->from dlt.destinations.adapters import weaviate_adapter
NormalizeInfo
andLoadInfo
#757 Implement ExtractInfo #754)destination_type
: contains a full module of a destination (dlt.destinations.dummy)destination_name
: contains destination name OR fallback to the last part of destination type name (ie. dummy)Removed deprecations
to_service_account_credentials
removed inGcpCredentials
The text was updated successfully, but these errors were encountered: