Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: epicsagas/llm-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: epicsagas/llm-kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 1, 2026

  1. feat(graph): add TLS support for PgGraph connections (#49)

    * feat(graph): add TLS support for PgGraph connections
    
    - new graph-pg-tls feature (postgres-native-tls + native-tls deps)
    - PgGraph::connect_native_tls for system-trust-store TLS in one call
    - PgGraph::connect_tls / connect_config_tls generic over MakeTlsConnect
    - closes #48
    
    * fix(graph): resolve broken intra-doc link to postgres::NoTls
    
    NoTls is a private-scope import, not resolvable as an intra-doc
    link target; docs CI failed with rustdoc::broken_intra_doc_links.
    
    * refactor(graph): dedup PgGraph URL parsing, drop needless Clone bound
    
    - extract parse_config() shared by connect and connect_tls
    - connect_tls/connect_config_tls no longer require T: Clone
      (postgres::Config::connect never clones the connector)
    epicsagas authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    576b357 View commit details
    Browse the repository at this point in the history
  2. chore: bump v0.11.0

    epicsagas committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    655bd19 View commit details
    Browse the repository at this point in the history
Loading