What's Changed
* update 2023-02-16-dlthub-mission.md by matthauskrzykowski in https://github.com/dlt-hub/dlt/pull/131
* adding blog + mission post stub by TyDunn in https://github.com/dlt-hub/dlt/pull/130
* json/normalizer performance improvements and bugfixes by rudolfix in https://github.com/dlt-hub/dlt/pull/133
* adds technical documentation for contributors by rudolfix in https://github.com/dlt-hub/dlt/pull/139
New Contributors
* matthauskrzykowski made their first contribution in https://github.com/dlt-hub/dlt/pull/131
`dlt` library changes
* `orjson` is used instead of `simplejson` by default (with a fallback for pypy)
* `spawn` method now supported to run normalizer stage in parallel (so works on MacOS and Windows)
* indexes are not created by default on `duckdb` (inserting slow), but enabled in `postgres`
* bumped `duckdb` to 0.7.0 and newest `dbt-duckdb`
* bugfixes and additional tests
**Full Changelog**: https://github.com/dlt-hub/dlt/compare/0.2.0a18...0.2.0a19