Skip to content

Releases: latitude-dev/latitude

@latitude-data/[email protected]

31 May 13:46
186f54a
Compare
Choose a tag to compare

Major Changes

  • e141dc4: Pass Source to connectors to get access to source details and also to source manager
    This is a breaking change. Before connectors were receiving rootPath of their
    queries and now this info is obta1ined from the source.

Patch Changes

@latitude-data/[email protected]

31 May 13:46
186f54a
Compare
Choose a tag to compare

Major Changes

  • e141dc4: Pass Source to connectors to get access to source details and also to source manager
    This is a breaking change. Before connectors were receiving rootPath of their
    queries and now this info is obta1ined from the source.

Patch Changes

@latitude-data/[email protected]

31 May 13:45
186f54a
Compare
Choose a tag to compare

Minor Changes

  • e141dc4: New 'multiple' option on Select component to allow selecting multiple items
  • e141dc4: - Remove query result from external
    • Remove undefined from params send to api from clients
    • Set placeholder on multi select when non is selected
  • e141dc4: Svelte package now allows for custom themes and color modes into the ThemeProvider
  • e141dc4: Fix combobox label not being reactive
  • e141dc4: Fixed automatic Dark Mode detection on Svelte package and Latitude Apps

Patch Changes

@latitude-data/[email protected]

31 May 13:46
186f54a
Compare
Choose a tag to compare

Major Changes

  • e141dc4: Pass Source to connectors to get access to source details and also to source manager
    This is a breaking change. Before connectors were receiving rootPath of their
    queries and now this info is obta1ined from the source.

Patch Changes

@latitude-data/[email protected]

31 May 13:45
186f54a
Compare
Choose a tag to compare

Major Changes

  • e141dc4: Compiler now can read query's metadata properties without having to resolve every variable, parameter and function in it.
  • e141dc4: Supported methods now must define its requirements, a resolve function to calculate the returned value, and a readMetadata function to returns its metadata. Now the compiler checks and handles these requirements.

Minor Changes

  • e141dc4: Improved handling of object properties in query logic blocks. Now you can:
    • Invoke methods from objects.
    • Modify object properties.
    • Access properties using optional chaining (the ?. operator).

Patch Changes

  • e141dc4: BREAKING CHANGE: Now ref function inside queries requires relative paths instead of the path from the source folder

@latitude-data/[email protected]

31 May 13:46
186f54a
Compare
Choose a tag to compare

Major Changes

  • e141dc4: Pass Source to connectors to get access to source details and also to source manager
    This is a breaking change. Before connectors were receiving rootPath of their
    queries and now this info is obta1ined from the source.
  • e141dc4: BREAKING CHANGE: Now ref function inside queries requires relative paths instead of the path from the source folder

Minor Changes

  • e141dc4: New readMetadataFromQuery method available on any Source to read query's metadata, like its config tags, without having to compile and execute functions from the query.
  • e141dc4: Add materialize command to latitude CLI
  • e141dc4: Work in progress introduce materialize storage
  • e141dc4: - Add the ability of running batched queries to PostgreSQL connector.
    • Allow source manager to write the result of a query into a parquet file
  • e141dc4: Supported methods now must define its requirements, a resolve function to calculate the returned value, and a readMetadata function to returns its metadata. Now the compiler checks and handles these requirements.

Patch Changes

@latitude-data/[email protected]

31 May 13:46
186f54a
Compare
Choose a tag to compare

Major Changes

  • e141dc4: Pass Source to connectors to get access to source details and also to source manager
    This is a breaking change. Before connectors were receiving rootPath of their
    queries and now this info is obta1ined from the source.

Patch Changes

@latitude-data/[email protected]

31 May 13:45
186f54a
Compare
Choose a tag to compare

Major Changes

  • e141dc4: BREAKING CHANGE: Now ref function inside queries requires relative paths instead of the path from the source folder

Minor Changes

  • e141dc4: New 'multiple' option on Select component to allow selecting multiple items
  • e141dc4: - Remove query result from external
    • Remove undefined from params send to api from clients
    • Set placeholder on multi select when non is selected
  • e141dc4: Add materialize command to latitude CLI
  • e141dc4: latitude.json now accepts "theme" and "themeMode" attributes to customize the look and feel of the project views

Patch Changes

@latitude-data/[email protected]

31 May 13:45
186f54a
Compare
Choose a tag to compare

Minor Changes

  • e141dc4: The LatitudeProvider now accepts a "mode" prop to define the color mode of the theme (light / dark / system)

Patch Changes

@latitude-data/[email protected]

31 May 13:45
186f54a
Compare
Choose a tag to compare

Major Changes

  • e141dc4: Pass Source to connectors to get access to source details and also to source manager
    This is a breaking change. Before connectors were receiving rootPath of their
    queries and now this info is obta1ined from the source.

Minor Changes

  • e141dc4: - Add --materialize flag to latitude deploy
    • Allow posgresql source read CA certificate from an .env file
  • e141dc4: - Add the ability of running batched queries to PostgreSQL connector.
    • Allow source manager to write the result of a query into a parquet file

Patch Changes